#[repr(C)]pub struct fscrypt_get_key_status_arg {
pub key_spec: fscrypt_key_specifier,
pub __reserved: [u32; 6],
pub status: u32,
pub status_flags: u32,
pub user_count: u32,
pub __out_reserved: [u32; 13],
}Fields§
§key_spec: fscrypt_key_specifier§__reserved: [u32; 6]§status: u32§status_flags: u32§user_count: u32§__out_reserved: [u32; 13]Trait Implementations§
Source§impl Default for fscrypt_get_key_status_arg
impl Default for fscrypt_get_key_status_arg
Source§fn default() -> fscrypt_get_key_status_arg
fn default() -> fscrypt_get_key_status_arg
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for fscrypt_get_key_status_arg
impl RefUnwindSafe for fscrypt_get_key_status_arg
impl Send for fscrypt_get_key_status_arg
impl Sync for fscrypt_get_key_status_arg
impl Unpin for fscrypt_get_key_status_arg
impl UnwindSafe for fscrypt_get_key_status_arg
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more