pub struct NonSimd;Expand description
A type that marks a Vector as not SIMD-backed.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NonSimd
impl RefUnwindSafe for NonSimd
impl Send for NonSimd
impl Sync for NonSimd
impl Unpin for NonSimd
impl UnwindSafe for NonSimd
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