Struct libcryptsetup_rs_sys::crypt_pbkdf_type
source · #[repr(C)]pub struct crypt_pbkdf_type {
pub type_: *const c_char,
pub hash: *const c_char,
pub time_ms: u32,
pub iterations: u32,
pub max_memory_kb: u32,
pub parallel_threads: u32,
pub flags: u32,
}Fields§
§type_: *const c_char§hash: *const c_char§time_ms: u32§iterations: u32§max_memory_kb: u32§parallel_threads: u32§flags: u32Trait Implementations§
source§impl Clone for crypt_pbkdf_type
impl Clone for crypt_pbkdf_type
source§fn clone(&self) -> crypt_pbkdf_type
fn clone(&self) -> crypt_pbkdf_type
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