#[repr(C)]
pub struct STORAGE_RPMB_DATA_FRAME { pub Stuff: [u8; 196], pub KeyOrMAC: [u8; 32], pub Data: [u8; 256], pub Nonce: [u8; 16], pub WriteCounter: [u8; 4], pub Address: [u8; 2], pub BlockCount: [u8; 2], pub OperationResult: [u8; 2], pub RequestOrResponseType: [u8; 2], }
Expand description

Required features: "Win32_System_Ioctl"

Fields

Stuff: [u8; 196]KeyOrMAC: [u8; 32]Data: [u8; 256]Nonce: [u8; 16]WriteCounter: [u8; 4]Address: [u8; 2]BlockCount: [u8; 2]OperationResult: [u8; 2]RequestOrResponseType: [u8; 2]

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.