#[repr(C)]pub struct _libc_xmmreg {
pub element: [u32; 4],
}
Fields§
§element: [u32; 4]
Trait Implementations§
Source§impl Clone for _libc_xmmreg
impl Clone for _libc_xmmreg
Source§fn clone(&self) -> _libc_xmmreg
fn clone(&self) -> _libc_xmmreg
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _libc_xmmreg
impl Debug for _libc_xmmreg
Source§impl Hash for _libc_xmmreg
impl Hash for _libc_xmmreg
Source§impl PartialEq for _libc_xmmreg
impl PartialEq for _libc_xmmreg
impl Copy for _libc_xmmreg
impl Eq for _libc_xmmreg
impl StructuralPartialEq for _libc_xmmreg
Auto Trait Implementations§
impl Freeze for _libc_xmmreg
impl RefUnwindSafe for _libc_xmmreg
impl Send for _libc_xmmreg
impl Sync for _libc_xmmreg
impl Unpin for _libc_xmmreg
impl UnwindSafe for _libc_xmmreg
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)