Struct libc::_libc_xmmreg
source · [−]#[repr(C)]pub struct _libc_xmmreg {
pub element: [u32; 4],
}
Fields
element: [u32; 4]
Trait Implementations
sourceimpl Clone for _libc_xmmreg
impl Clone for _libc_xmmreg
sourcefn clone(&self) -> _libc_xmmreg
fn clone(&self) -> _libc_xmmreg
Returns a copy of the value. Read more
1.0.0const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for _libc_xmmreg
impl Debug for _libc_xmmreg
sourceimpl Hash for _libc_xmmreg
impl Hash for _libc_xmmreg
sourcefn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [
Hasher
]. Read more1.3.0fn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
Feeds a slice of this type into the given [
Hasher
]. Read moresourceimpl PartialEq<_libc_xmmreg> for _libc_xmmreg
impl PartialEq<_libc_xmmreg> for _libc_xmmreg
sourcefn eq(&self, other: &_libc_xmmreg) -> bool
fn eq(&self, other: &_libc_xmmreg) -> bool
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
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more