pub struct FrameScheduler;Expand description
Builds and runs the per-frame job graph across every subsystem.
Trait Implementations§
Source§impl Debug for FrameScheduler
impl Debug for FrameScheduler
Source§impl Default for FrameScheduler
impl Default for FrameScheduler
Source§fn default() -> FrameScheduler
fn default() -> FrameScheduler
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FrameScheduler
impl RefUnwindSafe for FrameScheduler
impl Send for FrameScheduler
impl Sync for FrameScheduler
impl Unpin for FrameScheduler
impl UnsafeUnpin for FrameScheduler
impl UnwindSafe for FrameScheduler
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