#[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: u32

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.