pub struct ArgAccumulatorExpand<N: Numeric> {
pub elements: <SharedMemory<Line<N>> as CubeType>::ExpandType,
pub args: <SharedMemory<Line<u32>> as CubeType>::ExpandType,
}
Fields§
§elements: <SharedMemory<Line<N>> as CubeType>::ExpandType
§args: <SharedMemory<Line<u32>> as CubeType>::ExpandType
Trait Implementations§
Source§impl<N: Numeric> Clone for ArgAccumulatorExpand<N>
impl<N: Numeric> Clone for ArgAccumulatorExpand<N>
Source§impl<N: Numeric> CubeDebug for ArgAccumulatorExpand<N>
impl<N: Numeric> CubeDebug for ArgAccumulatorExpand<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 ArgAccumulatorExpand<N>
impl<N> RefUnwindSafe for ArgAccumulatorExpand<N>where
N: RefUnwindSafe,
impl<N> !Send for ArgAccumulatorExpand<N>
impl<N> !Sync for ArgAccumulatorExpand<N>
impl<N> Unpin for ArgAccumulatorExpand<N>where
N: Unpin,
impl<N> UnwindSafe for ArgAccumulatorExpand<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