Struct libresolv_sys::_xmmreg
[−]
[src]
pub struct _xmmreg { pub element: [__uint32_t; 4], }
Fields
element: [__uint32_t; 4]
Trait Implementations
impl Clone for _xmmreg
[src]
fn clone(&self) -> _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