#[repr(C)]pub struct crypt_params_tcrypt {
pub passphrase: *const c_char,
pub passphrase_size: size_t,
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: size_t,
pub flags: u32,
pub veracrypt_pim: u32,
}Fields§
§passphrase: *const c_char§passphrase_size: size_t§keyfiles: *mut *const c_char§keyfiles_count: c_uint§hash_name: *const c_char§cipher: *const c_char§mode: *const c_char§key_size: size_t§flags: u32§veracrypt_pim: u32Auto Trait Implementations§
impl Freeze for crypt_params_tcrypt
impl RefUnwindSafe for crypt_params_tcrypt
impl !Send for crypt_params_tcrypt
impl !Sync for crypt_params_tcrypt
impl Unpin for crypt_params_tcrypt
impl UnwindSafe for crypt_params_tcrypt
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