Struct libc::_libc_xmmreg [] [src]

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

Fields

element

Trait Implementations

impl Copy for _libc_xmmreg

impl Clone for _libc_xmmreg

fn clone(&self) -> _libc_xmmreg

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