pub struct CryptPbkdfTypeRef<'a> {
    pub inner: crypt_pbkdf_type,
    /* private fields */
}
Expand description

A type wrapping a PBKDF type with pointers derived from Rust data types and lifetimes to ensure pointer validity

Fields

inner: crypt_pbkdf_type

Field containing a crypt_pbkdf_type that contains pointers valid for the supplied struct lifetime

Trait Implementations

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.