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