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