#[repr(C)]pub struct Struct__xmmreg {
pub element: [__uint32_t; 4],
}Fields§
§element: [__uint32_t; 4]Trait Implementations§
Source§impl Clone for Struct__xmmreg
impl Clone for Struct__xmmreg
Source§impl Default for Struct__xmmreg
impl Default for Struct__xmmreg
impl Copy for Struct__xmmreg
Auto Trait Implementations§
impl Freeze for Struct__xmmreg
impl RefUnwindSafe for Struct__xmmreg
impl Send for Struct__xmmreg
impl Sync for Struct__xmmreg
impl Unpin for Struct__xmmreg
impl UnwindSafe for Struct__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