pub struct CryptPbkdfType {
    pub type_: CryptKdf,
    pub hash: String,
    pub time_ms: u32,
    pub iterations: u32,
    pub max_memory_kb: u32,
    pub parallel_threads: u32,
    pub flags: CryptPbkdfFlags,
}
Expand description

Rust representation of crypt_pbkdf_type

Fields

type_: CryptKdfhash: Stringtime_ms: u32iterations: u32max_memory_kb: u32parallel_threads: u32flags: CryptPbkdfFlags

Trait Implementations

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.

The type returned in the event of a conversion error.

Performs the conversion.

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

Performs the conversion.

Performs the conversion.

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.