Struct sophia_sys::__darwin_x86_exception_state64 [] [src]

#[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

Trait Implementations

impl Copy for __darwin_x86_exception_state64
[src]

impl Clone for __darwin_x86_exception_state64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for __darwin_x86_exception_state64
[src]

Formats the value using the given formatter.

impl Default for __darwin_x86_exception_state64
[src]

Returns the "default value" for a type. Read more