Struct stm32_metapac::sdmmc::regs::RespxR
#[repr(transparent)]pub struct RespxR(pub u32);
Expand description
response 1..4 register
Tuple Fields§
§0: u32
Implementations§
§impl RespxR
impl RespxR
pub const fn cardstatus(&self) -> u32
pub const fn cardstatus(&self) -> u32
see Table 132
pub fn set_cardstatus(&mut self, val: u32)
pub fn set_cardstatus(&mut self, val: u32)
see Table 132
Trait Implementations§
impl Copy for RespxR
impl Eq for RespxR
impl StructuralPartialEq for RespxR
Auto Trait Implementations§
impl Freeze for RespxR
impl RefUnwindSafe for RespxR
impl Send for RespxR
impl Sync for RespxR
impl Unpin for RespxR
impl UnwindSafe for RespxR
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)