Struct sgx_types::sgx_cpu_context_t[][src]

#[repr(C)]
pub struct sgx_cpu_context_t { pub eax: uint32_t, pub ecx: uint32_t, pub edx: uint32_t, pub ebx: uint32_t, pub esp: uint32_t, pub ebp: uint32_t, pub esi: uint32_t, pub edi: uint32_t, pub eflags: uint32_t, pub eip: uint32_t, }

Fields

Trait Implementations

impl Copy for sgx_cpu_context_t
[src]

impl Clone for sgx_cpu_context_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for sgx_cpu_context_t
[src]

Returns the "default value" for a type. Read more

impl ContiguousMemory for sgx_cpu_context_t
[src]

Auto Trait Implementations