Struct wgpu::InternalCounters
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§
§impl Clone for InternalCounters
impl Clone for InternalCounters
§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 more§impl Default for InternalCounters
impl Default for InternalCounters
§fn default() -> InternalCounters
fn default() -> InternalCounters
Returns the “default value” for a type. Read more
Auto Trait Implementations§
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