Struct wgpu_types::CoreCounters
source · pub struct CoreCounters {}
Expand description
wgpu-core
’s internal counters.
Trait Implementations§
source§impl Clone for CoreCounters
impl Clone for CoreCounters
source§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 moresource§impl Default for CoreCounters
impl Default for CoreCounters
source§fn default() -> CoreCounters
fn default() -> CoreCounters
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CoreCounters
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