pub struct SyncBufferLoaderJob<MP: MatmulPrecision, L: SyncBufferLoadingStrategy> {
pub num_tasks: u32,
pub current: ComptimeCell<TaskCounter>,
/* private fields */
}
Fields§
§num_tasks: u32
§current: ComptimeCell<TaskCounter>
Trait Implementations§
Source§impl<MP: MatmulPrecision, L: SyncBufferLoadingStrategy> CubeType for SyncBufferLoaderJob<MP, L>
impl<MP: MatmulPrecision, L: SyncBufferLoadingStrategy> CubeType for SyncBufferLoaderJob<MP, L>
type ExpandType = SyncBufferLoaderJobExpand<MP, L>
Source§fn init(scope: &mut Scope, expand: Self::ExpandType) -> Self::ExpandType
fn init(scope: &mut Scope, expand: Self::ExpandType) -> Self::ExpandType
Wrapper around the init method, necessary to type inference.
Auto Trait Implementations§
impl<MP, L> Freeze for SyncBufferLoaderJob<MP, L>
impl<MP, L> !RefUnwindSafe for SyncBufferLoaderJob<MP, L>
impl<MP, L> !Send for SyncBufferLoaderJob<MP, L>
impl<MP, L> !Sync for SyncBufferLoaderJob<MP, L>
impl<MP, L> Unpin for SyncBufferLoaderJob<MP, L>
impl<MP, L> !UnwindSafe for SyncBufferLoaderJob<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