Struct libcryptsetup_rs_sys::crypt_params_luks1 [−][src]
#[repr(C)]pub struct crypt_params_luks1 {
pub hash: *const c_char,
pub data_alignment: usize,
pub data_device: *const c_char,
}Fields
hash: *const c_chardata_alignment: usizedata_device: *const c_charTrait Implementations
Auto Trait Implementations
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
Mutably borrows from an owned value. Read more