#[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 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