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