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
rax: uint64_t
                           
                           
                           
                           rcx: uint64_t
                           
                           
                           
                           rdx: uint64_t
                           
                           
                           
                           rbx: uint64_t
                           
                           
                           
                           rsp: uint64_t
                           
                           
                           
                           rbp: uint64_t
                           
                           
                           
                           rsi: uint64_t
                           
                           
                           
                           rdi: uint64_t
                           
                           
                           
                           r8: uint64_t
                           
                           
                           
                           r9: uint64_t
                           
                           
                           
                           r10: uint64_t
                           
                           
                           
                           r11: uint64_t
                           
                           
                           
                           r12: uint64_t
                           
                           
                           
                           r13: uint64_t
                           
                           
                           
                           r14: uint64_t
                           
                           
                           
                           r15: uint64_t
                           
                           
                           
                           rflags: uint64_t
                           
                           
                           
                           rip: uint64_t
                           
                Trait Implementations
impl Copy for sgx_cpu_context_t[src] 
impl Copy for sgx_cpu_context_timpl Clone for sgx_cpu_context_t[src] 
impl Clone for sgx_cpu_context_tfn clone(&self) -> sgx_cpu_context_t[src] 
fn clone(&self) -> sgx_cpu_context_tReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for sgx_cpu_context_t[src] 
impl Default for sgx_cpu_context_tfn default() -> sgx_cpu_context_t[src] 
fn default() -> sgx_cpu_context_tReturns the "default value" for a type. Read more
impl ContiguousMemory for sgx_cpu_context_t[src] 
impl ContiguousMemory for sgx_cpu_context_tAuto Trait Implementations
impl Send for sgx_cpu_context_t
impl Send for sgx_cpu_context_timpl Sync for sgx_cpu_context_t
impl Sync for sgx_cpu_context_t