pub struct NaturalDispatch;
Expand description
Operates on data further along the m dimension as cube_pos_x
increases,
and further along the n dimension as cube_pos_y
increases.
Trait Implementations§
Source§impl Clone for NaturalDispatch
impl Clone for NaturalDispatch
Source§fn clone(&self) -> NaturalDispatch
fn clone(&self) -> NaturalDispatch
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 moreSource§impl CubeCountDispatch for NaturalDispatch
impl CubeCountDispatch for NaturalDispatch
Source§impl CubeDispatch for NaturalDispatch
impl CubeDispatch for NaturalDispatch
fn x_y_indices() -> (u32, u32)
fn batch_index() -> u32
fn max_x(cube_count: (u32, u32, u32)) -> u32
fn max_y(cube_count: (u32, u32, u32)) -> u32
fn max_batches(cube_count: (u32, u32, u32)) -> u32
fn __expand_x_y_indices( context: &mut Scope, ) -> <(u32, u32) as CubeType>::ExpandType
fn __expand_batch_index(context: &mut Scope) -> <u32 as CubeType>::ExpandType
fn __expand_max_x(context: &mut Scope, cube_count: (u32, u32, u32)) -> u32
fn __expand_max_y(context: &mut Scope, cube_count: (u32, u32, u32)) -> u32
fn __expand_max_batches(context: &mut Scope, cube_count: (u32, u32, u32)) -> u32
Source§impl Debug for NaturalDispatch
impl Debug for NaturalDispatch
Source§impl Hash for NaturalDispatch
impl Hash for NaturalDispatch
Source§impl PartialEq for NaturalDispatch
impl PartialEq for NaturalDispatch
impl Copy for NaturalDispatch
impl Eq for NaturalDispatch
impl StructuralPartialEq for NaturalDispatch
Auto Trait Implementations§
impl Freeze for NaturalDispatch
impl RefUnwindSafe for NaturalDispatch
impl Send for NaturalDispatch
impl Sync for NaturalDispatch
impl Unpin for NaturalDispatch
impl UnwindSafe for NaturalDispatch
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