#[repr(u16)]pub enum LinkLayerType {
Ethernet = 1,
}Variants§
Ethernet = 1
Trait Implementations§
Source§impl Clone for LinkLayerType
impl Clone for LinkLayerType
Source§fn clone(&self) -> LinkLayerType
fn clone(&self) -> LinkLayerType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LinkLayerType
impl Debug for LinkLayerType
Source§impl PartialEq for LinkLayerType
impl PartialEq for LinkLayerType
impl Copy for LinkLayerType
impl Eq for LinkLayerType
impl StructuralPartialEq for LinkLayerType
Auto Trait Implementations§
impl Freeze for LinkLayerType
impl RefUnwindSafe for LinkLayerType
impl Send for LinkLayerType
impl Sync for LinkLayerType
impl Unpin for LinkLayerType
impl UnwindSafe for LinkLayerType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.