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