Struct ha_ndarray::host::ops::Cast
source · pub struct Cast<A, IT, OT> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A, IT, OT> RefUnwindSafe for Cast<A, IT, OT>
impl<A, IT, OT> Send for Cast<A, IT, OT>
impl<A, IT, OT> Sync for Cast<A, IT, OT>
impl<A, IT, OT> Unpin for Cast<A, IT, OT>
impl<A, IT, OT> UnwindSafe for Cast<A, IT, OT>
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