pub struct RudaRakingGridExpand<T: RudaRecord> { /* private fields */ }Implementations§
Source§impl<T: RudaRecord> RudaRakingGridExpand<T>
impl<T: RudaRecord> RudaRakingGridExpand<T>
pub fn __expand_clone_method(&self, _scope: &mut Scope) -> Self
Source§impl<T: RudaRecord> RudaRakingGridExpand<T>
impl<T: RudaRecord> RudaRakingGridExpand<T>
pub fn __expand_placement_method( self, scope: &mut Scope, thread: <usize as RudaType>::ExpandType, ) -> <RudaReference<T> as RudaType>::ExpandType
pub fn __expand_segment_method( self, scope: &mut Scope, thread: <usize as RudaType>::ExpandType, ) -> <RudaReference<T> as RudaType>::ExpandType
pub fn __expand_item_method( self, scope: &mut Scope, thread: <usize as RudaType>::ExpandType, item: <usize as RudaType>::ExpandType, ) -> <RudaReference<T> as RudaType>::ExpandType
pub fn __expand_new(scope: &mut Scope, layout: RudaRakingLayout) -> Self
pub fn __expand_placement( scope: &mut Scope, this: Self, thread: <usize as RudaType>::ExpandType, ) -> <RudaReference<T> as RudaType>::ExpandType
pub fn __expand_segment( scope: &mut Scope, this: Self, thread: <usize as RudaType>::ExpandType, ) -> <RudaReference<T> as RudaType>::ExpandType
pub fn __expand_item( scope: &mut Scope, this: Self, thread: <usize as RudaType>::ExpandType, item: <usize as RudaType>::ExpandType, ) -> <RudaReference<T> as RudaType>::ExpandType
Trait Implementations§
Source§impl<T: RudaRecord> Clone for RudaRakingGridExpand<T>
impl<T: RudaRecord> Clone for RudaRakingGridExpand<T>
Source§impl<T: RudaRecord> IntoMut for RudaRakingGridExpand<T>
impl<T: RudaRecord> IntoMut for RudaRakingGridExpand<T>
Source§impl<T: RudaRecord> RudaDebug for RudaRakingGridExpand<T>
impl<T: RudaRecord> RudaDebug for RudaRakingGridExpand<T>
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<T> !Send for RudaRakingGridExpand<T>
impl<T> !Sync for RudaRakingGridExpand<T>
impl<T> Freeze for RudaRakingGridExpand<T>
impl<T> RefUnwindSafe for RudaRakingGridExpand<T>
impl<T> Unpin for RudaRakingGridExpand<T>
impl<T> UnsafeUnpin for RudaRakingGridExpand<T>
impl<T> UnwindSafe for RudaRakingGridExpand<T>
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