pub struct CryptDeviceStatus<'a> { /* private fields */ }
Expand description

Handle for crypt device status operations

Implementations

Dump text info about device to log output

Get cipher used by device

Get cipher mode used by device

Get device UUID

Get path to underlying device

Get path to detached metadata device or None if it is attached

Get offset in 512-byte sectors where real data starts

Get IV location offset in 512-byte sectors

Get size in bytes of volume key

Get Verity device parameters

Get Integrity device parameters

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.