#[repr(transparent)]pub struct SimdCtxCopy<T: ComplexField, S: Simd>(pub T::SimdCtx<S>);Tuple Fields§
§0: T::SimdCtx<S>Auto Trait Implementations§
impl<T, S> Freeze for SimdCtxCopy<T, S>
impl<T, S> RefUnwindSafe for SimdCtxCopy<T, S>
impl<T, S> Send for SimdCtxCopy<T, S>
impl<T, S> Sync for SimdCtxCopy<T, S>
impl<T, S> Unpin for SimdCtxCopy<T, S>
impl<T, S> UnwindSafe for SimdCtxCopy<T, S>
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