#[repr(C)]pub struct __darwin_x86_exception_state64 {
pub __trapno: __uint16_t,
pub __cpu: __uint16_t,
pub __err: __uint32_t,
pub __faultvaddr: __uint64_t,
}Fields§
§__trapno: __uint16_t§__cpu: __uint16_t§__err: __uint32_t§__faultvaddr: __uint64_tTrait Implementations§
source§impl Clone for __darwin_x86_exception_state64
impl Clone for __darwin_x86_exception_state64
source§fn clone(&self) -> __darwin_x86_exception_state64
fn clone(&self) -> __darwin_x86_exception_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