Struct Resp2r
#[repr(transparent)]pub struct Resp2r(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 Resp2r
impl Resp2r
pub const fn cardstatus(&self) -> u32
pub const fn cardstatus(&self) -> u32
see Table404.
pub fn set_cardstatus(&mut self, val: u32)
pub fn set_cardstatus(&mut self, val: u32)
see Table404.
Trait Implementations§
impl Copy for Resp2r
impl Eq for Resp2r
impl StructuralPartialEq for Resp2r
Auto Trait Implementations§
impl Freeze for Resp2r
impl RefUnwindSafe for Resp2r
impl Send for Resp2r
impl Sync for Resp2r
impl Unpin for Resp2r
impl UnwindSafe for Resp2r
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