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,
}
Expand description
Required features: "Win32_System_Environment"
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
impl Copy for ENCLAVE_IDENTITY
Auto Trait Implementations
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
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