#[repr(C)]pub struct mm128_t {
pub x: u64,
pub y: u64,
}
Fields§
§x: u64
§y: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for mm128_t
impl RefUnwindSafe for mm128_t
impl Send for mm128_t
impl Sync for mm128_t
impl Unpin for mm128_t
impl UnwindSafe for mm128_t
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