Struct linux_raw_sys::v5_4::general::fscrypt_policy_v2 [−][src]
#[repr(C)]pub struct fscrypt_policy_v2 { pub version: __u8, pub contents_encryption_mode: __u8, pub filenames_encryption_mode: __u8, pub flags: __u8, pub __reserved: [__u8; 4], pub master_key_identifier: [__u8; 16], }
Fields
version: __u8contents_encryption_mode: __u8filenames_encryption_mode: __u8flags: __u8__reserved: [__u8; 4]master_key_identifier: [__u8; 16]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for fscrypt_policy_v2impl Send for fscrypt_policy_v2impl Sync for fscrypt_policy_v2impl Unpin for fscrypt_policy_v2impl UnwindSafe for fscrypt_policy_v2Blanket Implementations
Mutably borrows from an owned value. Read more