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