Struct ha_ndarray::ops::ArrayCast
source · pub struct ArrayCast<A, O> { /* private fields */ }
Expand description
A type cast Op
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A, O> RefUnwindSafe for ArrayCast<A, O>where A: RefUnwindSafe, O: RefUnwindSafe,
impl<A, O> Send for ArrayCast<A, O>where A: Send, O: Send,
impl<A, O> Sync for ArrayCast<A, O>where A: Sync, O: Sync,
impl<A, O> Unpin for ArrayCast<A, O>where A: Unpin, O: Unpin,
impl<A, O> UnwindSafe for ArrayCast<A, O>where A: UnwindSafe, O: 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