Struct object::pe::ImageEnclaveImport
source · #[repr(C)]pub struct ImageEnclaveImport {
pub match_type: U32<LE>,
pub minimum_security_version: U32<LE>,
pub unique_or_author_id: [u8; 32],
pub family_id: [u8; 16],
pub image_id: [u8; 16],
pub import_name: U32<LE>,
pub reserved: U32<LE>,
}
Fields§
§match_type: U32<LE>
§minimum_security_version: U32<LE>
§family_id: [u8; 16]
§image_id: [u8; 16]
§import_name: U32<LE>
§reserved: U32<LE>
Trait Implementations§
source§impl Clone for ImageEnclaveImport
impl Clone for ImageEnclaveImport
source§fn clone(&self) -> ImageEnclaveImport
fn clone(&self) -> ImageEnclaveImport
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 ImageEnclaveImport
impl Debug for ImageEnclaveImport
impl Copy for ImageEnclaveImport
impl Pod for ImageEnclaveImport
Auto Trait Implementations§
impl RefUnwindSafe for ImageEnclaveImport
impl Send for ImageEnclaveImport
impl Sync for ImageEnclaveImport
impl Unpin for ImageEnclaveImport
impl UnwindSafe for ImageEnclaveImport
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