Struct windows_sys::Win32::System::Environment::VBS_ENCLAVE_REPORT
#[repr(C, packed(1))]pub struct VBS_ENCLAVE_REPORT {
pub ReportSize: u32,
pub ReportVersion: u32,
pub EnclaveData: [u8; 64],
pub EnclaveIdentity: ENCLAVE_IDENTITY,
}
Expand description
Required features: "Win32_System_Environment"
Fields§
§ReportSize: u32
§ReportVersion: u32
§EnclaveData: [u8; 64]
§EnclaveIdentity: ENCLAVE_IDENTITY