pub struct JobGraph {
pub jobs: Vec<Job>,
}Expand description
A dependency-ordered set of jobs for one frame.
Fields§
§jobs: Vec<Job>Trait Implementations§
Auto Trait Implementations§
impl Freeze for JobGraph
impl RefUnwindSafe for JobGraph
impl Send for JobGraph
impl Sync for JobGraph
impl Unpin for JobGraph
impl UnsafeUnpin for JobGraph
impl UnwindSafe 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