Struct stm32f103xx::sdio::cmd::_WAITPENDW [−][src]
pub struct _WAITPENDW<'a> { /* fields omitted */ }Proxy
Methods
impl<'a> _WAITPENDW<'a>[src]
impl<'a> _WAITPENDW<'a>pub fn set_bit(self) -> &'a mut W[src]
pub fn set_bit(self) -> &'a mut WSets the field bit
pub fn clear_bit(self) -> &'a mut W[src]
pub fn clear_bit(self) -> &'a mut WClears the field bit
pub fn bit(self, value: bool) -> &'a mut W[src]
pub fn bit(self, value: bool) -> &'a mut WWrites raw bits to the field
Auto Trait Implementations
impl<'a> Send for _WAITPENDW<'a>
impl<'a> Send for _WAITPENDW<'a>impl<'a> Sync for _WAITPENDW<'a>
impl<'a> Sync for _WAITPENDW<'a>