pub struct CompileStats {
pub pass_count: usize,
pub barrier_count: usize,
pub culled_passes: usize,
}Fields§
§pass_count: usize§barrier_count: usize§culled_passes: usizeTrait Implementations§
Source§impl Clone for CompileStats
impl Clone for CompileStats
Source§fn clone(&self) -> CompileStats
fn clone(&self) -> CompileStats
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 CompileStats
impl Debug for CompileStats
Source§impl Default for CompileStats
impl Default for CompileStats
Source§fn default() -> CompileStats
fn default() -> CompileStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CompileStats
impl RefUnwindSafe for CompileStats
impl Send for CompileStats
impl Sync for CompileStats
impl Unpin for CompileStats
impl UnsafeUnpin for CompileStats
impl UnwindSafe for CompileStats
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