#[repr(C)]pub struct __darwin_zmm_reg {
pub __zmm_reg: [c_char; 64],
}
Fields§
§__zmm_reg: [c_char; 64]
Trait Implementations§
Source§impl Clone for __darwin_zmm_reg
impl Clone for __darwin_zmm_reg
Source§fn clone(&self) -> __darwin_zmm_reg
fn clone(&self) -> __darwin_zmm_reg
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_zmm_reg
impl Debug for __darwin_zmm_reg
Source§impl Default for __darwin_zmm_reg
impl Default for __darwin_zmm_reg
impl Copy for __darwin_zmm_reg
Auto Trait Implementations§
impl Freeze for __darwin_zmm_reg
impl RefUnwindSafe for __darwin_zmm_reg
impl Send for __darwin_zmm_reg
impl Sync for __darwin_zmm_reg
impl Unpin for __darwin_zmm_reg
impl UnwindSafe for __darwin_zmm_reg
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