#[repr(C)]pub struct __darwin_x86_thread_full_state64 {
pub __ss64: __darwin_x86_thread_state64,
pub __ds: __uint64_t,
pub __es: __uint64_t,
pub __ss: __uint64_t,
pub __gsbase: __uint64_t,
}
Fields§
§__ss64: __darwin_x86_thread_state64
§__ds: __uint64_t
§__es: __uint64_t
§__ss: __uint64_t
§__gsbase: __uint64_t
Trait Implementations§
source§impl Clone for __darwin_x86_thread_full_state64
impl Clone for __darwin_x86_thread_full_state64
source§fn clone(&self) -> __darwin_x86_thread_full_state64
fn clone(&self) -> __darwin_x86_thread_full_state64
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more