Struct quackdb_internal::ffi::__darwin_arm_debug_state32
source · #[repr(C)]pub struct __darwin_arm_debug_state32 {
pub __bvr: [u32; 16],
pub __bcr: [u32; 16],
pub __wvr: [u32; 16],
pub __wcr: [u32; 16],
pub __mdscr_el1: u64,
}
Fields§
§__bvr: [u32; 16]
§__bcr: [u32; 16]
§__wvr: [u32; 16]
§__wcr: [u32; 16]
§__mdscr_el1: u64
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 moresource§impl Debug for __darwin_arm_debug_state32
impl Debug for __darwin_arm_debug_state32
impl Copy for __darwin_arm_debug_state32
Auto Trait Implementations§
impl RefUnwindSafe for __darwin_arm_debug_state32
impl Send for __darwin_arm_debug_state32
impl Sync for __darwin_arm_debug_state32
impl Unpin for __darwin_arm_debug_state32
impl UnwindSafe for __darwin_arm_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