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