Enum linux_raw_sys::v5_4::general::fsconfig_command [−][src]
#[repr(u32)]
#[non_exhaustive]
pub enum fsconfig_command {
FSCONFIG_SET_FLAG,
FSCONFIG_SET_STRING,
FSCONFIG_SET_BINARY,
FSCONFIG_SET_PATH,
FSCONFIG_SET_PATH_EMPTY,
FSCONFIG_SET_FD,
FSCONFIG_CMD_CREATE,
FSCONFIG_CMD_RECONFIGURE,
}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 fsconfig_commandimpl Send for fsconfig_commandimpl Sync for fsconfig_commandimpl Unpin for fsconfig_commandimpl UnwindSafe for fsconfig_commandBlanket Implementations
Mutably borrows from an owned value. Read more