pub struct CARDSTATUS2_R(/* private fields */);Expand description
Field CARDSTATUS2 reader - see Table 132
Methods from Deref<Target = FieldReader<u32, u32>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CARDSTATUS2_R
impl RefUnwindSafe for CARDSTATUS2_R
impl Send for CARDSTATUS2_R
impl Sync for CARDSTATUS2_R
impl Unpin for CARDSTATUS2_R
impl UnwindSafe for CARDSTATUS2_R
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