Struct libc_interface::_libc_xmmreg [−][src]
#[repr(C)]pub struct _libc_xmmreg { pub element: [u32; 4], }
Fields
element: [u32; 4]
Trait Implementations
impl Copy for _libc_xmmreg[src]
impl Copy for _libc_xmmregimpl Clone for _libc_xmmreg[src]
impl Clone for _libc_xmmregfn clone(&self) -> _libc_xmmreg[src]
fn clone(&self) -> _libc_xmmregReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for _libc_xmmreg[src]
impl PartialEq for _libc_xmmregfn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for _libc_xmmreg[src]
impl Eq for _libc_xmmregAuto Trait Implementations
impl Send for _libc_xmmreg
impl Send for _libc_xmmregimpl Sync for _libc_xmmreg
impl Sync for _libc_xmmreg