pub struct SpanDimExpand { /* private fields */ }
Implementations§
Source§impl SpanDimExpand
impl SpanDimExpand
pub fn __expand_num_iterations_method( self, context: &mut Scope, ) -> <u32 as CubeType>::ExpandType
pub fn __expand_new( context: &mut Scope, shape: <u32 as CubeType>::ExpandType, stage: <u32 as CubeType>::ExpandType, cube_pos: <u32 as CubeType>::ExpandType, num_cubes: <u32 as CubeType>::ExpandType, ) -> <SpanDim as CubeType>::ExpandType
pub fn __expand_num_iterations( context: &mut Scope, this: Self, ) -> <u32 as CubeType>::ExpandType
Trait Implementations§
Source§impl Clone for SpanDimExpand
impl Clone for SpanDimExpand
Source§impl CubeDebug for SpanDimExpand
impl CubeDebug for SpanDimExpand
Source§fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
Set the debug name of this type’s expansion. Should do nothing for types that don’t appear
at runtime
Auto Trait Implementations§
impl Freeze for SpanDimExpand
impl RefUnwindSafe for SpanDimExpand
impl !Send for SpanDimExpand
impl !Sync for SpanDimExpand
impl Unpin for SpanDimExpand
impl UnwindSafe for SpanDimExpand
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