pub struct TimingStageMetrics {
pub stage: String,
pub total_ms: f64,
pub ms_per_frame: f64,
pub ns_per_pixel: f64,
}Fields§
§stage: String§total_ms: f64§ms_per_frame: f64§ns_per_pixel: f64Trait Implementations§
Source§impl Clone for TimingStageMetrics
impl Clone for TimingStageMetrics
Source§fn clone(&self) -> TimingStageMetrics
fn clone(&self) -> TimingStageMetrics
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 moreSource§impl Debug for TimingStageMetrics
impl Debug for TimingStageMetrics
Auto Trait Implementations§
impl Freeze for TimingStageMetrics
impl RefUnwindSafe for TimingStageMetrics
impl Send for TimingStageMetrics
impl Sync for TimingStageMetrics
impl Unpin for TimingStageMetrics
impl UnsafeUnpin for TimingStageMetrics
impl UnwindSafe for TimingStageMetrics
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