pub struct MACFFR { /* private fields */ }
Expand description
Ethernet MAC frame filter register
Implementations§
Auto Trait Implementations§
impl !Freeze for MACFFR
impl !RefUnwindSafe for MACFFR
impl Send for MACFFR
impl !Sync for MACFFR
impl Unpin for MACFFR
impl UnwindSafe for MACFFR
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