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