Struct libcryptsetup_rs_sys::crypt_pbkdf_type [−][src]
#[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_charhash: *const c_chartime_ms: u32iterations: u32max_memory_kb: u32parallel_threads: u32flags: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for crypt_pbkdf_type
impl !Send for crypt_pbkdf_type
impl !Sync for crypt_pbkdf_type
impl Unpin for crypt_pbkdf_type
impl UnwindSafe for crypt_pbkdf_type
Blanket Implementations
Mutably borrows from an owned value. Read more