Struct wgpu_profiler::GpuTimerScopeResult
source · [−]pub struct GpuTimerScopeResult {
pub label: String,
pub time: Range<f64>,
pub nested_scopes: Vec<GpuTimerScopeResult>,
}Fields
label: Stringtime: Range<f64>Time range of this scope in seconds. Meaning of absolute value is not defined.
nested_scopes: Vec<GpuTimerScopeResult>Auto Trait Implementations
impl RefUnwindSafe for GpuTimerScopeResult
impl Send for GpuTimerScopeResult
impl Sync for GpuTimerScopeResult
impl Unpin for GpuTimerScopeResult
impl UnwindSafe for GpuTimerScopeResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more