pub struct NDArrayUnaryKernel { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Drop for NDArrayUnaryKernel
impl Drop for NDArrayUnaryKernel
impl Send for NDArrayUnaryKernel
impl Sync for NDArrayUnaryKernel
Auto Trait Implementations§
impl Freeze for NDArrayUnaryKernel
impl RefUnwindSafe for NDArrayUnaryKernel
impl Unpin for NDArrayUnaryKernel
impl UnsafeUnpin for NDArrayUnaryKernel
impl UnwindSafe for NDArrayUnaryKernel
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