#[repr(transparent)]pub struct Mfsr(pub u32);Expand description
Controller FIFO Status
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Mfsr
impl Eq for Mfsr
impl StructuralPartialEq for Mfsr
Auto Trait Implementations§
impl Freeze for Mfsr
impl RefUnwindSafe for Mfsr
impl Send for Mfsr
impl Sync for Mfsr
impl Unpin for Mfsr
impl UnwindSafe for Mfsr
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