pub struct ProgressiveQueue { /* private fields */ }Expand description
Iterator-like queue for progressive rendering work.
Implementations§
Source§impl ProgressiveQueue
impl ProgressiveQueue
Sourcepub fn next(&mut self) -> Option<RenderCandidate>
pub fn next(&mut self) -> Option<RenderCandidate>
Take the next candidate to render.
Auto Trait Implementations§
impl Freeze for ProgressiveQueue
impl RefUnwindSafe for ProgressiveQueue
impl Send for ProgressiveQueue
impl Sync for ProgressiveQueue
impl Unpin for ProgressiveQueue
impl UnsafeUnpin for ProgressiveQueue
impl UnwindSafe for ProgressiveQueue
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