pub struct UnaryKernel { /* private fields */ }Expand description
GPU kernel for unary raster operations.
Implementations§
Source§impl UnaryKernel
impl UnaryKernel
Auto Trait Implementations§
impl Freeze for UnaryKernel
impl !RefUnwindSafe for UnaryKernel
impl Send for UnaryKernel
impl Sync for UnaryKernel
impl Unpin for UnaryKernel
impl UnsafeUnpin for UnaryKernel
impl !UnwindSafe for UnaryKernel
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