Struct libcryptsetup_rs_sys::crypt_params_reencrypt [−][src]
#[repr(C)]pub struct crypt_params_reencrypt {
pub mode: crypt_reencrypt_mode_info,
pub direction: crypt_reencrypt_direction_info,
pub resilience: *const c_char,
pub hash: *const c_char,
pub data_shift: u64,
pub max_hotzone_size: u64,
pub device_size: u64,
pub luks2: *const crypt_params_luks2,
pub flags: u32,
}Fields
mode: crypt_reencrypt_mode_infodirection: crypt_reencrypt_direction_inforesilience: *const c_charhash: *const c_chardata_shift: u64max_hotzone_size: u64device_size: u64luks2: *const crypt_params_luks2flags: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for crypt_params_reencrypt
impl !Send for crypt_params_reencrypt
impl !Sync for crypt_params_reencrypt
impl Unpin for crypt_params_reencrypt
impl UnwindSafe for crypt_params_reencrypt
Blanket Implementations
Mutably borrows from an owned value. Read more