#[repr(C)]pub struct _IMAGE_ENCLAVE_IMPORT {
pub MatchType: DWORD,
pub MinimumSecurityVersion: DWORD,
pub UniqueOrAuthorID: [BYTE; 32],
pub FamilyID: [BYTE; 16],
pub ImageID: [BYTE; 16],
pub ImportName: DWORD,
pub Reserved: DWORD,
}
Fields§
§MatchType: DWORD
§MinimumSecurityVersion: DWORD
§UniqueOrAuthorID: [BYTE; 32]
§FamilyID: [BYTE; 16]
§ImageID: [BYTE; 16]
§ImportName: DWORD
§Reserved: DWORD
Trait Implementations§
Source§impl Clone for _IMAGE_ENCLAVE_IMPORT
impl Clone for _IMAGE_ENCLAVE_IMPORT
Source§fn clone(&self) -> _IMAGE_ENCLAVE_IMPORT
fn clone(&self) -> _IMAGE_ENCLAVE_IMPORT
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 moreSource§impl Debug for _IMAGE_ENCLAVE_IMPORT
impl Debug for _IMAGE_ENCLAVE_IMPORT
Source§impl Ord for _IMAGE_ENCLAVE_IMPORT
impl Ord for _IMAGE_ENCLAVE_IMPORT
Source§fn cmp(&self, other: &_IMAGE_ENCLAVE_IMPORT) -> Ordering
fn cmp(&self, other: &_IMAGE_ENCLAVE_IMPORT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _IMAGE_ENCLAVE_IMPORT
impl PartialEq for _IMAGE_ENCLAVE_IMPORT
Source§impl PartialOrd for _IMAGE_ENCLAVE_IMPORT
impl PartialOrd for _IMAGE_ENCLAVE_IMPORT
impl Copy for _IMAGE_ENCLAVE_IMPORT
impl Eq for _IMAGE_ENCLAVE_IMPORT
impl StructuralPartialEq for _IMAGE_ENCLAVE_IMPORT
Auto Trait Implementations§
impl Freeze for _IMAGE_ENCLAVE_IMPORT
impl RefUnwindSafe for _IMAGE_ENCLAVE_IMPORT
impl Send for _IMAGE_ENCLAVE_IMPORT
impl Sync for _IMAGE_ENCLAVE_IMPORT
impl Unpin for _IMAGE_ENCLAVE_IMPORT
impl UnwindSafe for _IMAGE_ENCLAVE_IMPORT
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