pub struct SyncPartialLoaderJobIteratorExpand<MP: MatmulPrecision, L: SyncPartialLoadingStrategy> {
pub num_tasks: u32,
pub current: <ComptimeCell<TaskCounter> as CubeType>::ExpandType,
/* private fields */
}
Fields§
§num_tasks: u32
§current: <ComptimeCell<TaskCounter> as CubeType>::ExpandType
Trait Implementations§
Source§impl<MP: MatmulPrecision, L: SyncPartialLoadingStrategy> Clone for SyncPartialLoaderJobIteratorExpand<MP, L>
impl<MP: MatmulPrecision, L: SyncPartialLoadingStrategy> Clone for SyncPartialLoaderJobIteratorExpand<MP, L>
Source§impl<MP: MatmulPrecision, L: SyncPartialLoadingStrategy> CubeDebug for SyncPartialLoaderJobIteratorExpand<MP, L>
impl<MP: MatmulPrecision, L: SyncPartialLoadingStrategy> CubeDebug for SyncPartialLoaderJobIteratorExpand<MP, L>
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
Source§impl<MP: MatmulPrecision, L: SyncPartialLoadingStrategy> IntoMut for SyncPartialLoaderJobIteratorExpand<MP, L>
impl<MP: MatmulPrecision, L: SyncPartialLoadingStrategy> IntoMut for SyncPartialLoaderJobIteratorExpand<MP, L>
Auto Trait Implementations§
impl<MP, L> Freeze for SyncPartialLoaderJobIteratorExpand<MP, L>
impl<MP, L> !RefUnwindSafe for SyncPartialLoaderJobIteratorExpand<MP, L>
impl<MP, L> !Send for SyncPartialLoaderJobIteratorExpand<MP, L>
impl<MP, L> !Sync for SyncPartialLoaderJobIteratorExpand<MP, L>
impl<MP, L> Unpin for SyncPartialLoaderJobIteratorExpand<MP, L>
impl<MP, L> !UnwindSafe for SyncPartialLoaderJobIteratorExpand<MP, L>
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