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 moresource§impl Debug for _libc_xmmreg
impl Debug for _libc_xmmreg
source§impl Hash for _libc_xmmreg
impl Hash for _libc_xmmreg
source§impl PartialEq for _libc_xmmreg
impl PartialEq for _libc_xmmreg
impl Copy for _libc_xmmreg
impl Eq for _libc_xmmreg
impl StructuralPartialEq for _libc_xmmreg
Auto Trait Implementations§
impl Freeze for _libc_xmmreg
impl RefUnwindSafe for _libc_xmmreg
impl Send for _libc_xmmreg
impl Sync for _libc_xmmreg
impl Unpin for _libc_xmmreg
impl UnwindSafe for _libc_xmmreg
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)