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