Enum linux_raw_sys::netlink::ifla_vxlan_df
source · #[non_exhaustive]#[repr(u32)]pub enum ifla_vxlan_df {
VXLAN_DF_UNSET = 0,
VXLAN_DF_SET = 1,
VXLAN_DF_INHERIT = 2,
__VXLAN_DF_END = 3,
}
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.
Implementations§
source§impl ifla_vxlan_df
impl ifla_vxlan_df
pub const VXLAN_DF_MAX: ifla_vxlan_df = ifla_vxlan_df::VXLAN_DF_INHERIT
Trait Implementations§
source§impl Clone for ifla_vxlan_df
impl Clone for ifla_vxlan_df
source§fn clone(&self) -> ifla_vxlan_df
fn clone(&self) -> ifla_vxlan_df
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 ifla_vxlan_df
impl Debug for ifla_vxlan_df
source§impl Hash for ifla_vxlan_df
impl Hash for ifla_vxlan_df
source§impl PartialEq for ifla_vxlan_df
impl PartialEq for ifla_vxlan_df
impl Copy for ifla_vxlan_df
impl Eq for ifla_vxlan_df
impl StructuralPartialEq for ifla_vxlan_df
Auto Trait Implementations§
impl Freeze for ifla_vxlan_df
impl RefUnwindSafe for ifla_vxlan_df
impl Send for ifla_vxlan_df
impl Sync for ifla_vxlan_df
impl Unpin for ifla_vxlan_df
impl UnwindSafe for ifla_vxlan_df
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
)