Struct NdiscOptionType
pub struct NdiscOptionType(pub u8);Expand description
NDISC Option Type
Tuple Fields§
§0: u8Implementations§
§impl Type
impl Type
pub const SourceLinkLayerAddr: Type
pub const SourceLinkLayerAddr: Type
Source Link-layer Address
pub const TargetLinkLayerAddr: Type
pub const TargetLinkLayerAddr: Type
Target Link-layer Address
pub const PrefixInformation: Type
pub const PrefixInformation: Type
Prefix Information
pub const RedirectedHeader: Type
pub const RedirectedHeader: Type
Redirected Header
Trait Implementations§
impl Copy for Type
impl Eq for Type
§impl Ord for Type
impl Ord for Type
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Type
impl PartialOrd for Type
impl StructuralPartialEq for Type
Auto Trait Implementations§
impl Freeze for Type
impl RefUnwindSafe for Type
impl Send for Type
impl Sync for Type
impl Unpin for Type
impl UnsafeUnpin for Type
impl UnwindSafe for Type
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