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