Enum net::wire::NdiscOptionType
pub enum NdiscOptionType {
SourceLinkLayerAddr,
TargetLinkLayerAddr,
PrefixInformation,
RedirectedHeader,
Mtu,
Unknown(u8),
}
Expand description
NDISC Option Type
Variants§
SourceLinkLayerAddr
Source Link-layer Address
TargetLinkLayerAddr
Target Link-layer Address
PrefixInformation
Prefix Information
RedirectedHeader
Redirected Header
Mtu
MTU
Unknown(u8)
Trait Implementations§
§impl Ord for Type
impl Ord for Type
§impl PartialOrd<Type> for Type
impl PartialOrd<Type> for Type
§fn partial_cmp(&self, other: &Type) -> Option<Ordering>
fn partial_cmp(&self, other: &Type) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Type
impl Eq for Type
impl StructuralEq for Type
impl StructuralPartialEq for Type
Auto Trait Implementations§
impl RefUnwindSafe for Type
impl Send for Type
impl Sync for Type
impl Unpin 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