Enum linux_raw_sys::v5_11::netlink::macsec_offload [−][src]
#[repr(u32)]
#[non_exhaustive]
pub enum macsec_offload {
MACSEC_OFFLOAD_OFF,
MACSEC_OFFLOAD_PHY,
MACSEC_OFFLOAD_MAC,
__MACSEC_OFFLOAD_END,
}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
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for macsec_offloadimpl Send for macsec_offloadimpl Sync for macsec_offloadimpl Unpin for macsec_offloadimpl UnwindSafe for macsec_offloadBlanket Implementations
Mutably borrows from an owned value. Read more