#[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: usize,
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: usize§data_device: *const c_char§sector_size: u32§label: *const c_char§subsystem: *const c_charTrait Implementations§
Source§impl Clone for crypt_params_luks2
impl Clone for crypt_params_luks2
Source§fn clone(&self) -> crypt_params_luks2
fn clone(&self) -> crypt_params_luks2
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 moreSource§impl Debug for crypt_params_luks2
impl Debug for crypt_params_luks2
impl Copy for crypt_params_luks2
Auto 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