Struct libc::__darwin_x86_thread_state64
source · #[repr(C)]pub struct __darwin_x86_thread_state64 {Show 21 fields
pub __rax: u64,
pub __rbx: u64,
pub __rcx: u64,
pub __rdx: u64,
pub __rdi: u64,
pub __rsi: u64,
pub __rbp: u64,
pub __rsp: u64,
pub __r8: u64,
pub __r9: u64,
pub __r10: u64,
pub __r11: u64,
pub __r12: u64,
pub __r13: u64,
pub __r14: u64,
pub __r15: u64,
pub __rip: u64,
pub __rflags: u64,
pub __cs: u64,
pub __fs: u64,
pub __gs: u64,
}
Fields§
§__rax: u64
§__rbx: u64
§__rcx: u64
§__rdx: u64
§__rdi: u64
§__rsi: u64
§__rbp: u64
§__rsp: u64
§__r8: u64
§__r9: u64
§__r10: u64
§__r11: u64
§__r12: u64
§__r13: u64
§__r14: u64
§__r15: u64
§__rip: u64
§__rflags: u64
§__cs: u64
§__fs: u64
§__gs: u64
Trait Implementations§
source§impl Clone for __darwin_x86_thread_state64
impl Clone for __darwin_x86_thread_state64
source§fn clone(&self) -> __darwin_x86_thread_state64
fn clone(&self) -> __darwin_x86_thread_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 moreimpl Copy for __darwin_x86_thread_state64
Auto Trait Implementations§
impl RefUnwindSafe for __darwin_x86_thread_state64
impl Send for __darwin_x86_thread_state64
impl Sync for __darwin_x86_thread_state64
impl Unpin for __darwin_x86_thread_state64
impl UnwindSafe for __darwin_x86_thread_state64
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more