pub struct Grid2ThreadScope;Trait Implementations§
Source§impl ChunkScope for Grid2ThreadScope
impl ChunkScope for Grid2ThreadScope
type FromScope = Grid
type ToScope = Thread
fn thread_ids() -> [u32; 6]
fn global_id<D: DimType>(thread_ids: [u32; 6]) -> u32
fn global_dim<D: DimType>() -> 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 Clone for Grid2ThreadScope
impl Clone for Grid2ThreadScope
Source§fn clone(&self) -> Grid2ThreadScope
fn clone(&self) -> Grid2ThreadScope
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 Copy for Grid2ThreadScope
Auto Trait Implementations§
impl Freeze for Grid2ThreadScope
impl RefUnwindSafe for Grid2ThreadScope
impl Send for Grid2ThreadScope
impl Sync for Grid2ThreadScope
impl Unpin for Grid2ThreadScope
impl UnwindSafe for Grid2ThreadScope
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