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