#[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_info§direction: crypt_reencrypt_direction_info§resilience: *const c_char§hash: *const c_char§data_shift: u64§max_hotzone_size: u64§device_size: u64§luks2: *const crypt_params_luks2§flags: u32Trait Implementations§
Source§impl Clone for crypt_params_reencrypt
impl Clone for crypt_params_reencrypt
Source§fn clone(&self) -> crypt_params_reencrypt
fn clone(&self) -> crypt_params_reencrypt
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_reencrypt
impl Debug for crypt_params_reencrypt
impl Copy for crypt_params_reencrypt
Auto Trait Implementations§
impl Freeze for crypt_params_reencrypt
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§
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