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: u32SecureKernelSvn: u32PlatformSvn: u32Flags: u32SigningLevel: u32EnclaveType: u32Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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