pub struct DynamicAccumulatorItem<N: Numeric> {
    pub elements: Line<N>,
    pub args: CubeOption<Line<u32>>,
}Fields§
§elements: Line<N>§args: CubeOption<Line<u32>>Trait Implementations§
Source§impl<N: Numeric> CubeType for DynamicAccumulatorItem<N>
 
impl<N: Numeric> CubeType for DynamicAccumulatorItem<N>
type ExpandType = DynamicAccumulatorItemExpand<N>
Source§fn into_mut(scope: &mut Scope, expand: Self::ExpandType) -> Self::ExpandType
 
fn into_mut(scope: &mut Scope, expand: Self::ExpandType) -> Self::ExpandType
Wrapper around the init method, necessary to type inference.
Auto Trait Implementations§
impl<N> Freeze for DynamicAccumulatorItem<N>where
    N: Freeze,
impl<N> RefUnwindSafe for DynamicAccumulatorItem<N>where
    N: RefUnwindSafe,
impl<N> Send for DynamicAccumulatorItem<N>
impl<N> Sync for DynamicAccumulatorItem<N>
impl<N> Unpin for DynamicAccumulatorItem<N>where
    N: Unpin,
impl<N> UnwindSafe for DynamicAccumulatorItem<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