#[repr(C, packed(1))]
pub struct VBS_ENCLAVE_REPORT_MODULE { pub Header: VBS_ENCLAVE_REPORT_VARDATA_HEADER, pub UniqueId: [u8; 32], pub AuthorId: [u8; 32], pub FamilyId: [u8; 16], pub ImageId: [u8; 16], pub Svn: u32, pub ModuleName: [u16; 1], }
Expand description

Required features: "Win32_System_Environment"

Fields

Header: VBS_ENCLAVE_REPORT_VARDATA_HEADERUniqueId: [u8; 32]AuthorId: [u8; 32]FamilyId: [u8; 16]ImageId: [u8; 16]Svn: u32ModuleName: [u16; 1]

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.