pub struct Grid2WarpScope<const SIZE: usize>;Implementations§
Source§impl<const SIZE: usize> Grid2WarpScope<SIZE>
impl<const SIZE: usize> Grid2WarpScope<SIZE>
pub const CHECKED_SIZE: u32 = ThreadWarpTile<SIZE>::CHECKED_SIZE
Trait Implementations§
Source§impl<const SIZE: usize> ChunkScope for Grid2WarpScope<SIZE>
impl<const SIZE: usize> ChunkScope for Grid2WarpScope<SIZE>
type FromScope = Grid
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 Grid2WarpScope<SIZE>
impl<const SIZE: usize> Clone for Grid2WarpScope<SIZE>
Source§fn clone(&self) -> Grid2WarpScope<SIZE>
fn clone(&self) -> Grid2WarpScope<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 Grid2WarpScope<SIZE>
Auto Trait Implementations§
impl<const SIZE: usize> Freeze for Grid2WarpScope<SIZE>
impl<const SIZE: usize> RefUnwindSafe for Grid2WarpScope<SIZE>
impl<const SIZE: usize> Send for Grid2WarpScope<SIZE>
impl<const SIZE: usize> Sync for Grid2WarpScope<SIZE>
impl<const SIZE: usize> Unpin for Grid2WarpScope<SIZE>
impl<const SIZE: usize> UnwindSafe for Grid2WarpScope<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