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