#[repr(C, align(16))]pub struct _M128A {
pub Low: ULONGLONG,
pub High: LONGLONG,
}
Fields§
§Low: ULONGLONG
§High: LONGLONG
Trait Implementations§
Source§impl Ord for _M128A
impl Ord for _M128A
Source§impl PartialOrd for _M128A
impl PartialOrd for _M128A
impl Copy for _M128A
impl Eq for _M128A
impl StructuralPartialEq for _M128A
Auto Trait Implementations§
impl Freeze for _M128A
impl RefUnwindSafe for _M128A
impl Send for _M128A
impl Sync for _M128A
impl Unpin for _M128A
impl UnwindSafe for _M128A
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