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

Reference to parameters specific to Verity

Fields

inner: crypt_params_verity

C representation of the struct to use with FFI

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.