pub struct ResumableL2<A = Current>{ /* private fields */ }Trait Implementations§
Source§impl<A> Clone for ResumableL2<A>
impl<A> Clone for ResumableL2<A>
Source§fn clone(&self) -> ResumableL2<A>
fn clone(&self) -> ResumableL2<A>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<A> Debug for ResumableL2<A>
impl<A> Debug for ResumableL2<A>
Source§impl<A> ResumableSIMDSchema<f32, f32, A> for ResumableL2<A>
impl<A> ResumableSIMDSchema<f32, f32, A> for ResumableL2<A>
type NonResumable = L2
type FinalReturn = f32
fn init(arch: A) -> Self
fn combine_with( &self, other: <L2 as SIMDSchema<f32, f32, A>>::Accumulator, ) -> Self
fn sum(&self) -> f32
impl<A> Copy for ResumableL2<A>
Auto Trait Implementations§
impl<A = Scalar> !Freeze for ResumableL2<A>
impl<A = Scalar> !RefUnwindSafe for ResumableL2<A>
impl<A = Scalar> !Send for ResumableL2<A>
impl<A = Scalar> !Sync for ResumableL2<A>
impl<A = Scalar> !Unpin for ResumableL2<A>
impl<A = Scalar> !UnsafeUnpin for ResumableL2<A>
impl<A = Scalar> !UnwindSafe for ResumableL2<A>
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