Struct wgpu::CoreCounters
pub struct CoreCounters {}
Expand description
wgpu-core
’s internal counters.
Trait Implementations§
§impl Clone for CoreCounters
impl Clone for CoreCounters
§fn clone(&self) -> CoreCounters
fn clone(&self) -> CoreCounters
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 CoreCounters
impl Default for CoreCounters
§fn default() -> CoreCounters
fn default() -> CoreCounters
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CoreCounters
impl Send for CoreCounters
impl Sync for CoreCounters
impl Unpin for CoreCounters
impl UnwindSafe for CoreCounters
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