Struct linux_raw_sys::v5_4::general::fscrypt_remove_key_arg [−][src]
#[repr(C)]pub struct fscrypt_remove_key_arg { pub key_spec: fscrypt_key_specifier, pub removal_status_flags: __u32, pub __reserved: [__u32; 5], }
Fields
key_spec: fscrypt_key_specifierremoval_status_flags: __u32__reserved: [__u32; 5]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for fscrypt_remove_key_argimpl Send for fscrypt_remove_key_argimpl Sync for fscrypt_remove_key_argimpl Unpin for fscrypt_remove_key_argimpl UnwindSafe for fscrypt_remove_key_argBlanket Implementations
Mutably borrows from an owned value. Read more