Enum linux_raw_sys::netlink::rt_class_t
source · #[non_exhaustive]#[repr(u32)]pub enum rt_class_t {
RT_TABLE_UNSPEC = 0,
RT_TABLE_COMPAT = 252,
RT_TABLE_DEFAULT = 253,
RT_TABLE_MAIN = 254,
RT_TABLE_LOCAL = 255,
RT_TABLE_MAX = 4_294_967_295,
}
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.
RT_TABLE_UNSPEC = 0
RT_TABLE_COMPAT = 252
RT_TABLE_DEFAULT = 253
RT_TABLE_MAIN = 254
RT_TABLE_LOCAL = 255
RT_TABLE_MAX = 4_294_967_295
Trait Implementations§
source§impl Clone for rt_class_t
impl Clone for rt_class_t
source§fn clone(&self) -> rt_class_t
fn clone(&self) -> rt_class_t
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 rt_class_t
impl Debug for rt_class_t
source§impl Hash for rt_class_t
impl Hash for rt_class_t
source§impl PartialEq for rt_class_t
impl PartialEq for rt_class_t
impl Copy for rt_class_t
impl Eq for rt_class_t
impl StructuralPartialEq for rt_class_t
Auto Trait Implementations§
impl Freeze for rt_class_t
impl RefUnwindSafe for rt_class_t
impl Send for rt_class_t
impl Sync for rt_class_t
impl Unpin for rt_class_t
impl UnwindSafe for rt_class_t
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
)