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_xmmreg
impl Copy for _libc_xmmreg
impl Debug for _libc_xmmreg
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for _libc_xmmreg
impl 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) -> bool
fn ne(&Self, other: &_libc_xmmreg) -> bool
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 T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T