Struct ha_ndarray::ops::GatherCond
source · pub struct GatherCond<A, T, L, R> { /* private fields */ }
Expand description
A conditional selection (boolean logic) Op
Implementations§
Trait Implementations§
source§impl<A: Clone, T: Clone, L: Clone, R: Clone> Clone for GatherCond<A, T, L, R>
impl<A: Clone, T: Clone, L: Clone, R: Clone> Clone for GatherCond<A, T, L, R>
source§fn clone(&self) -> GatherCond<A, T, L, R>
fn clone(&self) -> GatherCond<A, T, L, R>
Returns a copy 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, T, L, R> Op for GatherCond<A, T, L, R>where
A: NDArrayRead<DType = u8>,
T: CDatatype,
L: NDArrayRead<DType = T>,
R: NDArrayRead<DType = T>,
impl<A, T, L, R> Op for GatherCond<A, T, L, R>where A: NDArrayRead<DType = u8>, T: CDatatype, L: NDArrayRead<DType = T>, R: NDArrayRead<DType = T>,
Auto Trait Implementations§
impl<A, T, L, R> RefUnwindSafe for GatherCond<A, T, L, R>where A: RefUnwindSafe, L: RefUnwindSafe, R: RefUnwindSafe, T: RefUnwindSafe,
impl<A, T, L, R> Send for GatherCond<A, T, L, R>where A: Send, L: Send, R: Send, T: Send,
impl<A, T, L, R> Sync for GatherCond<A, T, L, R>where A: Sync, L: Sync, R: Sync, T: Sync,
impl<A, T, L, R> Unpin for GatherCond<A, T, L, R>where A: Unpin, L: Unpin, R: Unpin, T: Unpin,
impl<A, T, L, R> UnwindSafe for GatherCond<A, T, L, R>where A: UnwindSafe, L: UnwindSafe, R: 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