#[repr(C)]pub struct crypt_params_luks1 {
pub hash: *const c_char,
pub data_alignment: size_t,
pub data_device: *const c_char,
}Fields§
§hash: *const c_char§data_alignment: size_t§data_device: *const c_charAuto Trait Implementations§
impl Freeze for crypt_params_luks1
impl RefUnwindSafe for crypt_params_luks1
impl !Send for crypt_params_luks1
impl !Sync for crypt_params_luks1
impl Unpin for crypt_params_luks1
impl UnwindSafe for crypt_params_luks1
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