pub enum LinkLayer {
Ethernet([u8; 6]),
None,
}Variants§
Trait Implementations§
impl Eq for LinkLayer
impl StructuralPartialEq for LinkLayer
Auto Trait Implementations§
impl Freeze for LinkLayer
impl RefUnwindSafe for LinkLayer
impl Send for LinkLayer
impl Sync for LinkLayer
impl Unpin for LinkLayer
impl UnwindSafe for LinkLayer
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