Struct wgpu_types::InternalCounters
source · pub struct InternalCounters {
pub core: CoreCounters,
pub hal: HalCounters,
}
Expand description
All internal counters, exposed for debugging purposes.
Fields§
§core: CoreCounters
wgpu-core
counters.
hal: HalCounters
wgpu-hal
counters.
Trait Implementations§
source§impl Clone for InternalCounters
impl Clone for InternalCounters
source§fn clone(&self) -> InternalCounters
fn clone(&self) -> InternalCounters
Returns a copy 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 Default for InternalCounters
impl Default for InternalCounters
source§fn default() -> InternalCounters
fn default() -> InternalCounters
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InternalCounters
impl RefUnwindSafe for InternalCounters
impl Send for InternalCounters
impl Sync for InternalCounters
impl Unpin for InternalCounters
impl UnwindSafe for InternalCounters
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