#[repr(C)]pub struct crypt_params_tcrypt {
pub passphrase: *const c_char,
pub passphrase_size: usize,
pub keyfiles: *mut *const c_char,
pub keyfiles_count: c_uint,
pub hash_name: *const c_char,
pub cipher: *const c_char,
pub mode: *const c_char,
pub key_size: usize,
pub flags: u32,
pub veracrypt_pim: u32,
}Fields§
§passphrase: *const c_char§passphrase_size: usize§keyfiles: *mut *const c_char§keyfiles_count: c_uint§hash_name: *const c_char§cipher: *const c_char§mode: *const c_char§key_size: usize§flags: u32§veracrypt_pim: u32Trait Implementations§
source§impl Clone for crypt_params_tcrypt
impl Clone for crypt_params_tcrypt
source§fn clone(&self) -> crypt_params_tcrypt
fn clone(&self) -> crypt_params_tcrypt
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