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 more