Enum linux_raw_sys::v5_11::netlink::rt_scope_t [−][src]
#[repr(u32)]
#[non_exhaustive]
pub enum rt_scope_t {
RT_SCOPE_UNIVERSE,
RT_SCOPE_SITE,
RT_SCOPE_LINK,
RT_SCOPE_HOST,
RT_SCOPE_NOWHERE,
}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_scope_timpl Send for rt_scope_timpl Sync for rt_scope_timpl Unpin for rt_scope_timpl UnwindSafe for rt_scope_tBlanket Implementations
Mutably borrows from an owned value. Read more