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

Trait Implementations

impl Clone for crypt_params_reencrypt[src]

impl Copy for crypt_params_reencrypt[src]

impl Debug for crypt_params_reencrypt[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.