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