#[repr(C)]pub struct crypt_token_params_luks2_keyring {
pub key_description: *const c_char,
}Fields§
§key_description: *const c_charAuto Trait Implementations§
impl Freeze for crypt_token_params_luks2_keyring
impl RefUnwindSafe for crypt_token_params_luks2_keyring
impl !Send for crypt_token_params_luks2_keyring
impl !Sync for crypt_token_params_luks2_keyring
impl Unpin for crypt_token_params_luks2_keyring
impl UnwindSafe for crypt_token_params_luks2_keyring
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