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
Trait Implementations
impl Clone for VBS_ENCLAVE_REPORT
impl Clone for VBS_ENCLAVE_REPORT
impl Copy for VBS_ENCLAVE_REPORT
Auto Trait Implementations
impl RefUnwindSafe for VBS_ENCLAVE_REPORT
impl Send for VBS_ENCLAVE_REPORT
impl Sync for VBS_ENCLAVE_REPORT
impl Unpin for VBS_ENCLAVE_REPORT
impl UnwindSafe for VBS_ENCLAVE_REPORT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more