Struct object::pe::ImageEnclaveImport[][src]

#[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>unique_or_author_id: [u8; 32]family_id: [u8; 16]image_id: [u8; 16]import_name: U32<LE>reserved: U32<LE>

Trait Implementations

impl Clone for ImageEnclaveImport[src]

impl Copy for ImageEnclaveImport[src]

impl Debug for ImageEnclaveImport[src]

impl Pod for ImageEnclaveImport[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.