Struct sgx_types::sgx_cpu_context_t[][src]

#[repr(C)]
pub struct sgx_cpu_context_t { pub rax: uint64_t, pub rcx: uint64_t, pub rdx: uint64_t, pub rbx: uint64_t, pub rsp: uint64_t, pub rbp: uint64_t, pub rsi: uint64_t, pub rdi: uint64_t, pub r8: uint64_t, pub r9: uint64_t, pub r10: uint64_t, pub r11: uint64_t, pub r12: uint64_t, pub r13: uint64_t, pub r14: uint64_t, pub r15: uint64_t, pub rflags: uint64_t, pub rip: uint64_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

impl Send for sgx_cpu_context_t

impl Sync for sgx_cpu_context_t