#[repr(C)]pub struct __darwin_arm_debug_state32 {
pub __bvr: [__uint32_t; 16],
pub __bcr: [__uint32_t; 16],
pub __wvr: [__uint32_t; 16],
pub __wcr: [__uint32_t; 16],
pub __mdscr_el1: __uint64_t,
}
Fields§
§__bvr: [__uint32_t; 16]
§__bcr: [__uint32_t; 16]
§__wvr: [__uint32_t; 16]
§__wcr: [__uint32_t; 16]
§__mdscr_el1: __uint64_t
Trait Implementations§
source§impl Clone for __darwin_arm_debug_state32
impl Clone for __darwin_arm_debug_state32
source§fn clone(&self) -> __darwin_arm_debug_state32
fn clone(&self) -> __darwin_arm_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