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