#[repr(C)]pub struct crypt_params_verity {Show 14 fields
pub hash_name: *const c_char,
pub data_device: *const c_char,
pub hash_device: *const c_char,
pub fec_device: *const c_char,
pub salt: *const c_char,
pub salt_size: u32,
pub hash_type: u32,
pub data_block_size: u32,
pub hash_block_size: u32,
pub data_size: u64,
pub hash_area_offset: u64,
pub fec_area_offset: u64,
pub fec_roots: u32,
pub flags: u32,
}Fields§
§hash_name: *const c_char§data_device: *const c_char§hash_device: *const c_char§fec_device: *const c_char§salt: *const c_char§salt_size: u32§hash_type: u32§data_block_size: u32§hash_block_size: u32§data_size: u64§hash_area_offset: u64§fec_area_offset: u64§fec_roots: u32§flags: u32Trait Implementations§
source§impl Clone for crypt_params_verity
impl Clone for crypt_params_verity
source§fn clone(&self) -> crypt_params_verity
fn clone(&self) -> crypt_params_verity
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