Struct fscrypt_remove_key_arg

struct fscrypt_remove_key_arg { ... }

Fields

key_spec: fscrypt_key_specifier
removal_status_flags: __u32
__reserved: [__u32; 5]

Implementations

impl Clone for fscrypt_remove_key_arg

fn clone(self: &Self) -> fscrypt_remove_key_arg

impl Copy for fscrypt_remove_key_arg

impl Freeze for fscrypt_remove_key_arg

impl RefUnwindSafe for fscrypt_remove_key_arg

impl Send for fscrypt_remove_key_arg

impl Sync for fscrypt_remove_key_arg

impl Unpin for fscrypt_remove_key_arg

impl UnsafeUnpin for fscrypt_remove_key_arg

impl UnwindSafe for fscrypt_remove_key_arg

impl<T> Any for fscrypt_remove_key_arg

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for fscrypt_remove_key_arg

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for fscrypt_remove_key_arg

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for fscrypt_remove_key_arg

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for fscrypt_remove_key_arg

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for fscrypt_remove_key_arg

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for fscrypt_remove_key_arg

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for fscrypt_remove_key_arg

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>