pub struct Query6Gpu {
grid_size: GridSize,
block_size: BlockSize,
selection_variant: ArgSelectionVariant,
module: Module,
}
Fields
grid_size: GridSize
block_size: BlockSize
selection_variant: ArgSelectionVariant
module: Module
Implementations
Auto Trait Implementations
impl RefUnwindSafe for Query6Gpu
impl Send for Query6Gpu
impl Sync for Query6Gpu
impl Unpin for Query6Gpu
impl UnwindSafe for Query6Gpu
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more