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