Struct windows_sys::Win32::System::Environment::VBS_ENCLAVE_REPORT_MODULE
#[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],
}
Fields§
§Header: VBS_ENCLAVE_REPORT_VARDATA_HEADER
§UniqueId: [u8; 32]
§AuthorId: [u8; 32]
§FamilyId: [u8; 16]
§ImageId: [u8; 16]
§Svn: u32
§ModuleName: [u16; 1]
Trait Implementations§
§impl Clone for VBS_ENCLAVE_REPORT_MODULE
impl Clone for VBS_ENCLAVE_REPORT_MODULE
§fn clone(&self) -> VBS_ENCLAVE_REPORT_MODULE
fn clone(&self) -> VBS_ENCLAVE_REPORT_MODULE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VBS_ENCLAVE_REPORT_MODULE
Auto Trait Implementations§
impl Freeze for VBS_ENCLAVE_REPORT_MODULE
impl RefUnwindSafe for VBS_ENCLAVE_REPORT_MODULE
impl Send for VBS_ENCLAVE_REPORT_MODULE
impl Sync for VBS_ENCLAVE_REPORT_MODULE
impl Unpin for VBS_ENCLAVE_REPORT_MODULE
impl UnwindSafe for VBS_ENCLAVE_REPORT_MODULE
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)