pub struct DynamicAccumulatorExpand<P: ReducePrecision> {
pub elements: <Value<Vector<P::EA, P::SI>> as RudaType>::ExpandType,
pub args: <Value<Vector<u32, P::SI>> as RudaType>::ExpandType,
}Fields§
§elements: <Value<Vector<P::EA, P::SI>> as RudaType>::ExpandType§args: <Value<Vector<u32, P::SI>> as RudaType>::ExpandTypeImplementations§
Source§impl<P: ReducePrecision> DynamicAccumulatorExpand<P>
impl<P: ReducePrecision> DynamicAccumulatorExpand<P>
pub fn __expand_clone_method(&self, _scope: &mut Scope) -> Self
Trait Implementations§
Source§impl<P: ReducePrecision> Clone for DynamicAccumulatorExpand<P>
impl<P: ReducePrecision> Clone for DynamicAccumulatorExpand<P>
Source§impl<P: ReducePrecision> IntoMut for DynamicAccumulatorExpand<P>
impl<P: ReducePrecision> IntoMut for DynamicAccumulatorExpand<P>
Source§impl<P: ReducePrecision> RudaDebug for DynamicAccumulatorExpand<P>
impl<P: ReducePrecision> RudaDebug for DynamicAccumulatorExpand<P>
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<P> !Send for DynamicAccumulatorExpand<P>
impl<P> !Sync for DynamicAccumulatorExpand<P>
impl<P> Freeze for DynamicAccumulatorExpand<P>where
<Value<Vector<<P as ReducePrecision>::EA, <P as ReducePrecision>::SI>> as RudaType>::ExpandType: Freeze,
<Value<Vector<u32, <P as ReducePrecision>::SI>> as RudaType>::ExpandType: Freeze,
impl<P> RefUnwindSafe for DynamicAccumulatorExpand<P>where
<Value<Vector<<P as ReducePrecision>::EA, <P as ReducePrecision>::SI>> as RudaType>::ExpandType: RefUnwindSafe,
<Value<Vector<u32, <P as ReducePrecision>::SI>> as RudaType>::ExpandType: RefUnwindSafe,
impl<P> Unpin for DynamicAccumulatorExpand<P>where
<Value<Vector<<P as ReducePrecision>::EA, <P as ReducePrecision>::SI>> as RudaType>::ExpandType: Unpin,
<Value<Vector<u32, <P as ReducePrecision>::SI>> as RudaType>::ExpandType: Unpin,
impl<P> UnsafeUnpin for DynamicAccumulatorExpand<P>where
<Value<Vector<<P as ReducePrecision>::EA, <P as ReducePrecision>::SI>> as RudaType>::ExpandType: UnsafeUnpin,
<Value<Vector<u32, <P as ReducePrecision>::SI>> as RudaType>::ExpandType: UnsafeUnpin,
impl<P> UnwindSafe for DynamicAccumulatorExpand<P>where
<Value<Vector<<P as ReducePrecision>::EA, <P as ReducePrecision>::SI>> as RudaType>::ExpandType: UnwindSafe,
<Value<Vector<u32, <P as ReducePrecision>::SI>> as RudaType>::ExpandType: 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