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