Struct Resp1r
#[repr(transparent)]pub struct Resp1r(pub u32);
Expand description
The SDMMC_RESP1/2/3/4R registers contain the status of a card, which is part of the received response.
Tuple Fields§
§0: u32
Implementations§
§impl Resp1r
impl Resp1r
pub const fn cardstatus(&self) -> u32
pub const fn cardstatus(&self) -> u32
see Table 432
pub fn set_cardstatus(&mut self, val: u32)
pub fn set_cardstatus(&mut self, val: u32)
see Table 432
Trait Implementations§
impl Copy for Resp1r
impl Eq for Resp1r
impl StructuralPartialEq for Resp1r
Auto Trait Implementations§
impl Freeze for Resp1r
impl RefUnwindSafe for Resp1r
impl Send for Resp1r
impl Sync for Resp1r
impl Unpin for Resp1r
impl UnwindSafe for Resp1r
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more