Struct sophia_sys::__darwin_i386_exception_state [] [src]

#[repr(C)]
pub struct __darwin_i386_exception_state { pub __trapno: __uint16_t, pub __cpu: __uint16_t, pub __err: __uint32_t, pub __faultvaddr: __uint32_t, }

Fields

Trait Implementations

impl Copy for __darwin_i386_exception_state
[src]

impl Clone for __darwin_i386_exception_state
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for __darwin_i386_exception_state
[src]

Formats the value using the given formatter.

impl Default for __darwin_i386_exception_state
[src]

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