pub struct Grid;Trait Implementations§
Source§impl BuildChunkScope<Block> for Grid
impl BuildChunkScope<Block> for Grid
type CS = Grid2BlockScope
fn build_chunk_scope(&self, _to: Block) -> Grid2BlockScope
Source§impl BuildChunkScope<Thread> for Grid
impl BuildChunkScope<Thread> for Grid
type CS = Grid2ThreadScope
fn build_chunk_scope(&self, _to: Thread) -> Grid2ThreadScope
Source§impl<const SIZE: usize> BuildChunkScope<ThreadWarpTile<SIZE>> for Grid
impl<const SIZE: usize> BuildChunkScope<ThreadWarpTile<SIZE>> for Grid
type CS = Grid2WarpScope<SIZE>
fn build_chunk_scope(&self, _to: ThreadWarpTile<SIZE>) -> Grid2WarpScope<SIZE>
impl Copy for Grid
Auto Trait Implementations§
impl Freeze for Grid
impl RefUnwindSafe for Grid
impl Send for Grid
impl Sync for Grid
impl Unpin for Grid
impl UnwindSafe for Grid
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