Struct object::pe::ImageEnclaveConfig32[][src]

#[repr(C)]
pub struct ImageEnclaveConfig32 {
Show fields pub size: U32<LE>, pub minimum_required_config_size: U32<LE>, pub policy_flags: U32<LE>, pub number_of_imports: U32<LE>, pub import_list: U32<LE>, pub import_entry_size: U32<LE>, pub family_id: [u8; 16], pub image_id: [u8; 16], pub image_version: U32<LE>, pub security_version: U32<LE>, pub enclave_size: U32<LE>, pub number_of_threads: U32<LE>, pub enclave_flags: U32<LE>,
}

Fields

size: U32<LE>minimum_required_config_size: U32<LE>policy_flags: U32<LE>number_of_imports: U32<LE>import_list: U32<LE>import_entry_size: U32<LE>family_id: [u8; 16]image_id: [u8; 16]image_version: U32<LE>security_version: U32<LE>enclave_size: U32<LE>number_of_threads: U32<LE>enclave_flags: U32<LE>

Trait Implementations

impl Clone for ImageEnclaveConfig32[src]

impl Copy for ImageEnclaveConfig32[src]

impl Debug for ImageEnclaveConfig32[src]

impl Pod for ImageEnclaveConfig32[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.