Struct libc::_libc_xmmreg [] [src]

#[repr(C)]
pub struct _libc_xmmreg { pub element: [u32; 4], }

Fields

Trait Implementations

impl Copy for _libc_xmmreg
[src]

impl Clone for _libc_xmmreg
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for _libc_xmmreg

impl Sync for _libc_xmmreg