#[non_exhaustive]pub enum Nla {
SourceLinkLocalAddress(Vec<u8>),
Other(DefaultNla),
}
Expand description
Neighbor discovery options, which may be included as attributes for
RTM_NEWNDUSEROPT
messages.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
SourceLinkLocalAddress(Vec<u8>)
The source link-layer address, as defined by RFC 2461 section 4.6.1.
Other(DefaultNla)
Trait Implementations§
impl Eq for Nla
impl StructuralPartialEq for Nla
Auto Trait Implementations§
impl Freeze for Nla
impl RefUnwindSafe for Nla
impl Send for Nla
impl Sync for Nla
impl Unpin for Nla
impl UnwindSafe for Nla
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)