Struct Resp3r
#[repr(transparent)]pub struct Resp3r(pub u32);
Expand description
response 1..4 register
Tuple Fields§
§0: u32
Implementations§
§impl Resp3r
impl Resp3r
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 Resp3r
impl Eq for Resp3r
impl StructuralPartialEq for Resp3r
Auto Trait Implementations§
impl Freeze for Resp3r
impl RefUnwindSafe for Resp3r
impl Send for Resp3r
impl Sync for Resp3r
impl Unpin for Resp3r
impl UnwindSafe for Resp3r
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