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