#[repr(C)]
pub struct ImageEnclaveConfig32 {
Show 13 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§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.