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