pub struct Grid2BlockScope;Trait Implementations§
Source§impl ChunkScope for Grid2BlockScope
impl ChunkScope for Grid2BlockScope
type FromScope = Grid
type ToScope = Block
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 Grid2BlockScope
impl Clone for Grid2BlockScope
Source§fn clone(&self) -> Grid2BlockScope
fn clone(&self) -> Grid2BlockScope
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 Grid2BlockScope
Auto Trait Implementations§
impl Freeze for Grid2BlockScope
impl RefUnwindSafe for Grid2BlockScope
impl Send for Grid2BlockScope
impl Sync for Grid2BlockScope
impl Unpin for Grid2BlockScope
impl UnwindSafe for Grid2BlockScope
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