#[repr(C)]pub struct _xmmreg {
pub element: [__u32; 4],
}
Fields§
§element: [__u32; 4]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _xmmreg
impl RefUnwindSafe for _xmmreg
impl Send for _xmmreg
impl Sync for _xmmreg
impl Unpin for _xmmreg
impl UnwindSafe for _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