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