Struct cryptsetup::ParamsVerity [] [src]

pub struct ParamsVerity<'a> {
    pub hash_name: &'a str,
    pub data_device: &'a str,
    pub hash_device: &'a str,
    pub salt: &'a [u8],
    pub hash_type: u32,
    pub data_block_size: u32,
    pub hash_block_size: u32,
    pub data_size: u64,
    pub hash_area_offset: u64,
    pub flags: u32,
}

Fields

Trait Implementations

impl<'a> Debug for ParamsVerity<'a>
[src]

Formats the value using the given formatter.