Struct Resp1r
#[repr(transparent)]pub struct Resp1r(pub u32);
Expand description
response 1..4 register
Tuple Fields§
§0: u32
Implementations§
§impl Resp1r
impl Resp1r
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 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