Struct windows_sys::Win32::System::Environment::ENCLAVE_IDENTITY
#[repr(C, packed(1))]pub struct ENCLAVE_IDENTITY {
pub OwnerId: [u8; 32],
pub UniqueId: [u8; 32],
pub AuthorId: [u8; 32],
pub FamilyId: [u8; 16],
pub ImageId: [u8; 16],
pub EnclaveSvn: u32,
pub SecureKernelSvn: u32,
pub PlatformSvn: u32,
pub Flags: u32,
pub SigningLevel: u32,
pub EnclaveType: u32,
}
Fields§
§OwnerId: [u8; 32]
§UniqueId: [u8; 32]
§AuthorId: [u8; 32]
§FamilyId: [u8; 16]
§ImageId: [u8; 16]
§EnclaveSvn: u32
§SecureKernelSvn: u32
§PlatformSvn: u32
§Flags: u32
§SigningLevel: u32
§EnclaveType: u32
Trait Implementations§
§impl Clone for ENCLAVE_IDENTITY
impl Clone for ENCLAVE_IDENTITY
§fn clone(&self) -> ENCLAVE_IDENTITY
fn clone(&self) -> ENCLAVE_IDENTITY
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 ENCLAVE_IDENTITY
Auto Trait Implementations§
impl Freeze for ENCLAVE_IDENTITY
impl RefUnwindSafe for ENCLAVE_IDENTITY
impl Send for ENCLAVE_IDENTITY
impl Sync for ENCLAVE_IDENTITY
impl Unpin for ENCLAVE_IDENTITY
impl UnwindSafe for ENCLAVE_IDENTITY
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
)