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: Clone + Numeric> Clone for ArgAccumulatorExpand<N>
impl<N: Clone + Numeric> Clone for ArgAccumulatorExpand<N>
Source§fn clone(&self) -> ArgAccumulatorExpand<N>
fn clone(&self) -> ArgAccumulatorExpand<N>
Returns a copy 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 moreAuto 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