pub struct BounceTileExpand<N: Numeric> {
pub cmma: <CmmaTile<N> as CubeType>::ExpandType,
pub smem: <SliceMut<N> as CubeType>::ExpandType,
pub fragment: <WhiteboxFragment<N> as CubeType>::ExpandType,
}Fields§
§cmma: <CmmaTile<N> as CubeType>::ExpandType§smem: <SliceMut<N> as CubeType>::ExpandType§fragment: <WhiteboxFragment<N> as CubeType>::ExpandTypeImplementations§
Source§impl<N: Numeric> BounceTileExpand<N>
impl<N: Numeric> BounceTileExpand<N>
pub fn __expand_clone_method(&self, _scope: &mut Scope) -> Self
Trait Implementations§
Source§impl<N: Numeric> Clone for BounceTileExpand<N>
impl<N: Numeric> Clone for BounceTileExpand<N>
Source§impl<N: Numeric> CubeDebug for BounceTileExpand<N>
impl<N: Numeric> CubeDebug for BounceTileExpand<N>
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<N> Freeze for BounceTileExpand<N>
impl<N> RefUnwindSafe for BounceTileExpand<N>where
N: RefUnwindSafe,
impl<N> !Send for BounceTileExpand<N>
impl<N> !Sync for BounceTileExpand<N>
impl<N> Unpin for BounceTileExpand<N>where
N: Unpin,
impl<N> UnsafeUnpin for BounceTileExpand<N>
impl<N> UnwindSafe for BounceTileExpand<N>where
N: UnwindSafe,
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