#[repr(C, packed)]
pub struct MetaData {
Show 13 fields pub magic_num: u64, pub version: u64, pub size: u32, pub tcs_policy: u32, pub ssa_frame_size: u32, pub max_save_buffer_size: u32, pub desired_misc_select: MiscSelect, pub tcs_min_pool: u32, pub enclave_size: u64, pub attributes: Attributes, pub enclave_css: EnclaveCss, pub dirs: [DataDir; 2], pub data: [u8; 18592],
}

Fields

magic_num: u64version: u64size: u32tcs_policy: u32ssa_frame_size: u32max_save_buffer_size: u32desired_misc_select: MiscSelecttcs_min_pool: u32enclave_size: u64attributes: Attributesenclave_css: EnclaveCssdirs: [DataDir; 2]data: [u8; 18592]

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
Returns the “default value” for a type. 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 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.