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