pub struct RenderResourcesStats {
pub image_bind_groups_count: usize,
pub is_initialized: bool,
}Expand description
Statistics for render resources
Fields§
§image_bind_groups_count: usize§is_initialized: boolTrait Implementations§
Source§impl Clone for RenderResourcesStats
impl Clone for RenderResourcesStats
Source§fn clone(&self) -> RenderResourcesStats
fn clone(&self) -> RenderResourcesStats
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 moreAuto Trait Implementations§
impl Freeze for RenderResourcesStats
impl RefUnwindSafe for RenderResourcesStats
impl Send for RenderResourcesStats
impl Sync for RenderResourcesStats
impl Unpin for RenderResourcesStats
impl UnsafeUnpin for RenderResourcesStats
impl UnwindSafe for RenderResourcesStats
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