Struct libc::_libc_xmmreg
source · #[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 · 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 _libc_xmmreg
impl Debug for _libc_xmmreg
source§impl Hash for _libc_xmmreg
impl Hash for _libc_xmmreg
source§impl PartialEq<_libc_xmmreg> for _libc_xmmreg
impl PartialEq<_libc_xmmreg> for _libc_xmmreg
source§fn eq(&self, other: &_libc_xmmreg) -> bool
fn eq(&self, other: &_libc_xmmreg) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _libc_xmmreg
impl Eq for _libc_xmmreg
impl StructuralEq for _libc_xmmreg
impl StructuralPartialEq for _libc_xmmreg
Auto Trait Implementations§
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§
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