Struct 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