Struct cups_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 Debug for __darwin_x86_exception_state64
[src]

[src]

Formats the value using the given formatter.

impl Copy for __darwin_x86_exception_state64
[src]

impl Clone for __darwin_x86_exception_state64
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more