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

A struct with a lifetime representing a reference to CryptParamsLuks1.

Fields

inner: crypt_params_luks1

The struct containing data referenced from the corresponding CryptParamsLuks1.

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.