#[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: u32

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.