Struct libc::_libc_xmmreg [] [src]

pub struct _libc_xmmreg {
    pub element: [u32; 4],
}

Fields

element: [u32; 4]

Trait Implementations

impl Copy for _libc_xmmreg
[src]

impl Clone for _libc_xmmreg
[src]

fn clone(&self) -> _libc_xmmreg

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more