#[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 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_verity
impl Debug for crypt_params_verity
impl Copy for crypt_params_verity
Auto Trait Implementations§
impl Freeze for crypt_params_verity
impl RefUnwindSafe for crypt_params_verity
impl !Send for crypt_params_verity
impl !Sync for crypt_params_verity
impl Unpin for crypt_params_verity
impl UnwindSafe for crypt_params_verity
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