pub struct UnitReaderExpand<P: ReducePrecision> { /* private fields */ }Implementations§
Source§impl<P: ReducePrecision> UnitReaderExpand<P>
impl<P: ReducePrecision> UnitReaderExpand<P>
pub fn __expand_clone_method(&self, _scope: &mut Scope) -> Self
Source§impl<P: ReducePrecision> UnitReaderExpand<P>
impl<P: ReducePrecision> UnitReaderExpand<P>
pub fn __expand_read_method( self, scope: &mut Scope, vector_index: <usize as RudaType>::ExpandType, ) -> <Item<P> as RudaType>::ExpandType
pub fn __expand_length_method( self, scope: &mut Scope, ) -> <usize as RudaType>::ExpandType
pub fn __expand_new( scope: &mut Scope, reader: <Reader<P> as RudaType>::ExpandType, ) -> <UnitReader<P> as RudaType>::ExpandType
pub fn __expand_read( scope: &mut Scope, this: Self, vector_index: <usize as RudaType>::ExpandType, ) -> <Item<P> as RudaType>::ExpandType
pub fn __expand_length( scope: &mut Scope, this: Self, ) -> <usize as RudaType>::ExpandType
Trait Implementations§
Source§impl<P: ReducePrecision> Clone for UnitReaderExpand<P>
impl<P: ReducePrecision> Clone for UnitReaderExpand<P>
Source§impl<P: ReducePrecision> IntoMut for UnitReaderExpand<P>
impl<P: ReducePrecision> IntoMut for UnitReaderExpand<P>
Source§impl<P: ReducePrecision> RudaDebug for UnitReaderExpand<P>
impl<P: ReducePrecision> RudaDebug for UnitReaderExpand<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> !RefUnwindSafe for UnitReaderExpand<P>
impl<P> !Send for UnitReaderExpand<P>
impl<P> !Sync for UnitReaderExpand<P>
impl<P> !UnwindSafe for UnitReaderExpand<P>
impl<P> Freeze for UnitReaderExpand<P>
impl<P> Unpin for UnitReaderExpand<P>
impl<P> UnsafeUnpin for UnitReaderExpand<P>
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