pub struct MetalExtEmitStats {
pub bytes_emitted: usize,
pub items_emitted: usize,
pub errors: usize,
pub warnings: usize,
pub elapsed_ms: u64,
}Expand description
Emission statistics for MetalExt.
Fields§
§bytes_emitted: usize§items_emitted: usize§errors: usize§warnings: usize§elapsed_ms: u64Implementations§
Trait Implementations§
Source§impl Clone for MetalExtEmitStats
impl Clone for MetalExtEmitStats
Source§fn clone(&self) -> MetalExtEmitStats
fn clone(&self) -> MetalExtEmitStats
Returns a duplicate 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 Debug for MetalExtEmitStats
impl Debug for MetalExtEmitStats
Source§impl Default for MetalExtEmitStats
impl Default for MetalExtEmitStats
Source§fn default() -> MetalExtEmitStats
fn default() -> MetalExtEmitStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MetalExtEmitStats
impl RefUnwindSafe for MetalExtEmitStats
impl Send for MetalExtEmitStats
impl Sync for MetalExtEmitStats
impl Unpin for MetalExtEmitStats
impl UnsafeUnpin for MetalExtEmitStats
impl UnwindSafe for MetalExtEmitStats
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