Struct ha_ndarray::host::ops::Reduce
source · pub struct Reduce<A, T> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A, T> RefUnwindSafe for Reduce<A, T>where
A: RefUnwindSafe,
T: RefUnwindSafe,
impl<A, T> Send for Reduce<A, T>
impl<A, T> Sync for Reduce<A, T>
impl<A, T> Unpin for Reduce<A, T>
impl<A, T> UnwindSafe for Reduce<A, T>where
A: UnwindSafe,
T: UnwindSafe,
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