pub struct ArpHrd(pub u16);Expand description
Arp Hardware Type (ArpHrd)
Tuple Fields§
§0: u16Trait Implementations§
impl Eq for ArpHrd
impl StructuralPartialEq for ArpHrd
Auto Trait Implementations§
impl Freeze for ArpHrd
impl RefUnwindSafe for ArpHrd
impl Send for ArpHrd
impl Sync for ArpHrd
impl Unpin for ArpHrd
impl UnwindSafe for ArpHrd
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