#[repr(simd)]pub struct v2f64(/* private fields */);
🔬This is a nightly-only experimental API. (
stdarch_mips
#111198)Available on MIPS-64 and (MIPS or MIPS-64) only.
Expand description
MIPS-specific 128-bit wide vector of 2 packed f64
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for v2f64
impl RefUnwindSafe for v2f64
impl Send for v2f64
impl Sync for v2f64
impl Unpin for v2f64
impl UnwindSafe for v2f64
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