pub struct Reduce<Run: JitRuntime, In: JitElement, Out: JitElement, Rd: Reduce> { /* private fields */ }Implementations§
Source§impl<Run: JitRuntime, In: JitElement, Out: JitElement, Rd: Reduce> Reduce<Run, In, Out, Rd>
impl<Run: JitRuntime, In: JitElement, Out: JitElement, Rd: Reduce> Reduce<Run, In, Out, Rd>
Trait Implementations§
Source§impl<Run: JitRuntime, In: JitElement, Out: JitElement, Rd: Reduce> AutotuneOperation for Reduce<Run, In, Out, Rd>
impl<Run: JitRuntime, In: JitElement, Out: JitElement, Rd: Reduce> AutotuneOperation for Reduce<Run, In, Out, Rd>
Auto Trait Implementations§
impl<Run, In, Out, Rd> Freeze for Reduce<Run, In, Out, Rd>
impl<Run, In, Out, Rd> !RefUnwindSafe for Reduce<Run, In, Out, Rd>
impl<Run, In, Out, Rd> Send for Reduce<Run, In, Out, Rd>
impl<Run, In, Out, Rd> Sync for Reduce<Run, In, Out, Rd>
impl<Run, In, Out, Rd> Unpin for Reduce<Run, In, Out, Rd>
impl<Run, In, Out, Rd> !UnwindSafe for Reduce<Run, In, Out, Rd>
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more