Struct libc::_libc_xmmreg
#[repr(C)]
pub struct _libc_xmmreg {
pub element: [u32; 4],
}Fields
pub element: [u32; 4]Trait Implementations
impl Clone for _libc_xmmreg
fn clone(&Self) -> _libc_xmmregimpl Copy for _libc_xmmregimpl Debug for _libc_xmmreg
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for _libc_xmmregimpl Hash for _libc_xmmreg
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<_libc_xmmreg> for _libc_xmmreg
fn eq(&Self, other: &_libc_xmmreg) -> boolfn ne(&Self, other: &_libc_xmmreg) -> boolimpl StructuralEq for _libc_xmmregimpl StructuralPartialEq for _libc_xmmregAuto Trait Implementations
impl RefUnwindSafe for _libc_xmmregimpl Send for _libc_xmmregimpl Sync for _libc_xmmregimpl Unpin for _libc_xmmregimpl UnwindSafe for _libc_xmmregBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T