pub struct Simd128(/* private fields */);
Expand description
simd128 instruction set token.
Trait Implementations§
impl Copy for Simd128
Auto Trait Implementations§
impl Freeze for Simd128
impl RefUnwindSafe for Simd128
impl Send for Simd128
impl Sync for Simd128
impl Unpin for Simd128
impl UnwindSafe for Simd128
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