#[repr(C)]pub struct crypt_params_luks2 {
pub pbkdf: *const crypt_pbkdf_type,
pub integrity: *const c_char,
pub integrity_params: *const crypt_params_integrity,
pub data_alignment: size_t,
pub data_device: *const c_char,
pub sector_size: u32,
pub label: *const c_char,
pub subsystem: *const c_char,
}Fields§
§pbkdf: *const crypt_pbkdf_type§integrity: *const c_char§integrity_params: *const crypt_params_integrity§data_alignment: size_t§data_device: *const c_char§sector_size: u32§label: *const c_char§subsystem: *const c_charAuto Trait Implementations§
impl Freeze for crypt_params_luks2
impl RefUnwindSafe for crypt_params_luks2
impl !Send for crypt_params_luks2
impl !Sync for crypt_params_luks2
impl Unpin for crypt_params_luks2
impl UnwindSafe for crypt_params_luks2
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