pub struct ActiveDevice {
    pub offset: u64,
    pub iv_offset: u64,
    pub size: u64,
    pub flags: CryptActivateFlags,
}
Expand description

Record containing data on the given active device

Fields

offset: u64

Device offset

iv_offset: u64

Initialization vector offset

size: u64

Size of the device

flags: CryptActivateFlags

Flags with activation options

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.