#[repr(C)]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_uintTrait Implementations§
source§impl Clone for __darwin_x86_debug_state32
impl Clone for __darwin_x86_debug_state32
source§fn clone(&self) -> __darwin_x86_debug_state32
fn clone(&self) -> __darwin_x86_debug_state32
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