#[repr(C)]pub struct crypt_token_params_luks2_keyring {
pub key_description: *const c_char,
}Fields§
§key_description: *const c_charTrait Implementations§
Source§impl Clone for crypt_token_params_luks2_keyring
impl Clone for crypt_token_params_luks2_keyring
Source§fn clone(&self) -> crypt_token_params_luks2_keyring
fn clone(&self) -> crypt_token_params_luks2_keyring
Returns a duplicate 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 moreimpl Copy for crypt_token_params_luks2_keyring
Auto 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