Struct object::pe::ImageEnclaveConfig32
source · [−]#[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
sourceimpl Clone for ImageEnclaveConfig32
impl Clone for ImageEnclaveConfig32
sourcefn clone(&self) -> ImageEnclaveConfig32
fn clone(&self) -> ImageEnclaveConfig32
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ImageEnclaveConfig32
impl Debug for ImageEnclaveConfig32
impl Copy for ImageEnclaveConfig32
impl Pod for ImageEnclaveConfig32
Auto Trait Implementations
impl RefUnwindSafe for ImageEnclaveConfig32
impl Send for ImageEnclaveConfig32
impl Sync for ImageEnclaveConfig32
impl Unpin for ImageEnclaveConfig32
impl UnwindSafe for ImageEnclaveConfig32
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more