Struct mach_o_sys::loader::__darwin_x86_debug_state32 [] [src]

pub struct __darwin_x86_debug_state32 {
    pub __dr0: c_uint,
    pub __dr1: c_uint,
    pub __dr2: c_uint,
    pub __dr3: c_uint,
    pub __dr4: c_uint,
    pub __dr5: c_uint,
    pub __dr6: c_uint,
    pub __dr7: c_uint,
}

Fields

__dr0: c_uint __dr1: c_uint __dr2: c_uint __dr3: c_uint __dr4: c_uint __dr5: c_uint __dr6: c_uint __dr7: c_uint

Trait Implementations

impl Clone for __darwin_x86_debug_state32
[src]

fn clone(&self) -> __darwin_x86_debug_state32

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for __darwin_x86_debug_state32
[src]

impl Debug for __darwin_x86_debug_state32
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for __darwin_x86_debug_state32
[src]

fn default() -> Self

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