#[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_uint
Trait 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 moresource§impl Debug for __darwin_x86_debug_state32
impl Debug for __darwin_x86_debug_state32
source§impl Default for __darwin_x86_debug_state32
impl Default for __darwin_x86_debug_state32
source§fn default() -> __darwin_x86_debug_state32
fn default() -> __darwin_x86_debug_state32
Returns the “default value” for a type. Read more
impl Copy for __darwin_x86_debug_state32
Auto Trait Implementations§
impl RefUnwindSafe for __darwin_x86_debug_state32
impl Send for __darwin_x86_debug_state32
impl Sync for __darwin_x86_debug_state32
impl Unpin for __darwin_x86_debug_state32
impl UnwindSafe for __darwin_x86_debug_state32
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more