Enum ha_ndarray::ops::Unary
source · pub enum Unary<A, IT, OT> {
Host(Unary<A, IT, OT>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<A, IT, OT> RefUnwindSafe for Unary<A, IT, OT>where
A: RefUnwindSafe,
impl<A, IT, OT> Send for Unary<A, IT, OT>where
A: Send,
impl<A, IT, OT> Sync for Unary<A, IT, OT>where
A: Sync,
impl<A, IT, OT> Unpin for Unary<A, IT, OT>where
A: Unpin,
impl<A, IT, OT> UnwindSafe for Unary<A, IT, OT>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