Struct comfy_wgpu::Timings
source · pub struct Timings {
pub data: HashMap<&'static str, TimingEntry, RandomState>,
}Fields§
§data: HashMap<&'static str, TimingEntry, RandomState>Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Timings
impl Send for Timings
impl Sync for Timings
impl Unpin for Timings
impl UnwindSafe for Timings
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