Struct linux_raw_sys::general::fscrypt_key_specifier
source · #[repr(C)]pub struct fscrypt_key_specifier {
pub type_: __u32,
pub __reserved: __u32,
pub u: fscrypt_key_specifier__bindgen_ty_1,
}
Fields§
§type_: __u32
§__reserved: __u32
§u: fscrypt_key_specifier__bindgen_ty_1
Trait Implementations§
source§impl Clone for fscrypt_key_specifier
impl Clone for fscrypt_key_specifier
source§fn clone(&self) -> fscrypt_key_specifier
fn clone(&self) -> fscrypt_key_specifier
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more