pub struct JobGraph { /* private fields */ }Expand description
A dependency-ordered set of jobs for one frame. Build with
add_job, then hand to Scheduler::run.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for JobGraph
impl !Sync for JobGraph
impl !UnwindSafe for JobGraph
impl Freeze for JobGraph
impl Send for JobGraph
impl Unpin for JobGraph
impl UnsafeUnpin for JobGraph
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