Struct libcryptsetup_rs_sys::crypt_params_plain
source · #[repr(C)]pub struct crypt_params_plain {
pub hash: *const c_char,
pub offset: u64,
pub skip: u64,
pub size: u64,
pub sector_size: u32,
}Fields§
§hash: *const c_char§offset: u64§skip: u64§size: u64§sector_size: u32Trait Implementations§
source§impl Clone for crypt_params_plain
impl Clone for crypt_params_plain
source§fn clone(&self) -> crypt_params_plain
fn clone(&self) -> crypt_params_plain
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