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