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 more