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