Enum netlink_packet_route::link::LinkExtentMask
source · #[non_exhaustive]#[repr(u32)]pub enum LinkExtentMask {
Vf,
Brvlan,
BrvlanCompressed,
SkipStats,
Mrp,
CfmConfig,
CfmStatus,
Mst,
Other(u32),
}
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.
Trait Implementations§
source§impl Clone for LinkExtentMask
impl Clone for LinkExtentMask
source§fn clone(&self) -> LinkExtentMask
fn clone(&self) -> LinkExtentMask
Returns a copy 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 LinkExtentMask
impl Debug for LinkExtentMask
source§impl From<LinkExtentMask> for u32
impl From<LinkExtentMask> for u32
source§fn from(v: LinkExtentMask) -> u32
fn from(v: LinkExtentMask) -> u32
Converts to this type from the input type.
source§impl From<u32> for LinkExtentMask
impl From<u32> for LinkExtentMask
source§impl PartialEq for LinkExtentMask
impl PartialEq for LinkExtentMask
source§fn eq(&self, other: &LinkExtentMask) -> bool
fn eq(&self, other: &LinkExtentMask) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LinkExtentMask
impl Eq for LinkExtentMask
impl StructuralEq for LinkExtentMask
impl StructuralPartialEq for LinkExtentMask
Auto Trait Implementations§
impl RefUnwindSafe for LinkExtentMask
impl Send for LinkExtentMask
impl Sync for LinkExtentMask
impl Unpin for LinkExtentMask
impl UnwindSafe for LinkExtentMask
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