pub struct RenderProgress {
pub answered: usize,
pub total: usize,
}Expand description
Progress counters exposed to renderers.
Fields§
§answered: usize§total: usizeTrait Implementations§
Source§impl Clone for RenderProgress
impl Clone for RenderProgress
Source§fn clone(&self) -> RenderProgress
fn clone(&self) -> RenderProgress
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RenderProgress
impl RefUnwindSafe for RenderProgress
impl Send for RenderProgress
impl Sync for RenderProgress
impl Unpin for RenderProgress
impl UnwindSafe for RenderProgress
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