Enum linux_raw_sys::v5_4::netlink::rt_class_t [−][src]
#[repr(u32)]
#[non_exhaustive]
pub enum rt_class_t {
RT_TABLE_UNSPEC,
RT_TABLE_COMPAT,
RT_TABLE_DEFAULT,
RT_TABLE_MAIN,
RT_TABLE_LOCAL,
RT_TABLE_MAX,
}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
Auto Trait Implementations
impl RefUnwindSafe for rt_class_timpl Send for rt_class_timpl Sync for rt_class_timpl Unpin for rt_class_timpl UnwindSafe for rt_class_tBlanket Implementations
Mutably borrows from an owned value. Read more