pub struct ResumableIP<A = Current>{ /* private fields */ }Trait Implementations§
Source§impl<A> Clone for ResumableIP<A>
impl<A> Clone for ResumableIP<A>
Source§fn clone(&self) -> ResumableIP<A>
fn clone(&self) -> ResumableIP<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 ResumableIP<A>
impl<A> Debug for ResumableIP<A>
Source§impl<A> ResumableSIMDSchema<f32, f32, A> for ResumableIP<A>
impl<A> ResumableSIMDSchema<f32, f32, A> for ResumableIP<A>
type NonResumable = IP
type FinalReturn = f32
fn init(arch: A) -> Self
fn combine_with( &self, other: <IP as SIMDSchema<f32, f32, A>>::Accumulator, ) -> Self
fn sum(&self) -> f32
impl<A> Copy for ResumableIP<A>
Auto Trait Implementations§
impl<A = Scalar> !Freeze for ResumableIP<A>
impl<A = Scalar> !RefUnwindSafe for ResumableIP<A>
impl<A = Scalar> !Send for ResumableIP<A>
impl<A = Scalar> !Sync for ResumableIP<A>
impl<A = Scalar> !Unpin for ResumableIP<A>
impl<A = Scalar> !UnwindSafe for ResumableIP<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