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