pub struct Block2WarpScope<const SIZE: usize>;Trait Implementations§
Source§impl<const SIZE: usize> ChunkScope for Block2WarpScope<SIZE>
impl<const SIZE: usize> ChunkScope for Block2WarpScope<SIZE>
type FromScope = Block
type ToScope = ThreadWarpTile<SIZE>
fn thread_ids() -> [u32; 6]
fn global_dim<D: DimType>() -> u32
fn global_id<D: DimType>(thread_ids: [u32; 6]) -> u32
fn global_id_y(thread_ids: [u32; 6]) -> u32
fn global_id_z(thread_ids: [u32; 6]) -> u32
fn global_dim_x() -> u32
fn global_dim_y() -> u32
fn global_dim_z() -> u32
Source§impl<const SIZE: usize> Clone for Block2WarpScope<SIZE>
impl<const SIZE: usize> Clone for Block2WarpScope<SIZE>
Source§fn clone(&self) -> Block2WarpScope<SIZE>
fn clone(&self) -> Block2WarpScope<SIZE>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<const SIZE: usize> Copy for Block2WarpScope<SIZE>
Auto Trait Implementations§
impl<const SIZE: usize> Freeze for Block2WarpScope<SIZE>
impl<const SIZE: usize> RefUnwindSafe for Block2WarpScope<SIZE>
impl<const SIZE: usize> Send for Block2WarpScope<SIZE>
impl<const SIZE: usize> Sync for Block2WarpScope<SIZE>
impl<const SIZE: usize> Unpin for Block2WarpScope<SIZE>
impl<const SIZE: usize> UnwindSafe for Block2WarpScope<SIZE>
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