Struct libcryptsetup_rs_sys::crypt_params_luks1
source · #[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_char§data_alignment: usize§data_device: *const c_charTrait Implementations§
source§impl Clone for crypt_params_luks1
impl Clone for crypt_params_luks1
source§fn clone(&self) -> crypt_params_luks1
fn clone(&self) -> crypt_params_luks1
Returns a copy 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 more