pub struct RendererGlyphAtlasPerfSnapshot {Show 16 fields
pub width: u32,
pub height: u32,
pub pages: u32,
pub entries: u64,
pub used_px: u64,
pub capacity_px: u64,
pub frame_hits: u64,
pub frame_misses: u64,
pub frame_inserts: u64,
pub frame_evict_glyphs: u64,
pub frame_evict_pages: u64,
pub frame_out_of_space: u64,
pub frame_too_large: u64,
pub frame_pending_uploads: u64,
pub frame_pending_upload_bytes: u64,
pub frame_upload_bytes: u64,
}Fields§
§width: u32§height: u32§pages: u32§entries: u64§used_px: u64§capacity_px: u64§frame_hits: u64§frame_misses: u64§frame_inserts: u64§frame_evict_glyphs: u64§frame_evict_pages: u64§frame_out_of_space: u64§frame_too_large: u64§frame_pending_uploads: u64§frame_pending_upload_bytes: u64§frame_upload_bytes: u64Trait Implementations§
Source§impl Clone for RendererGlyphAtlasPerfSnapshot
impl Clone for RendererGlyphAtlasPerfSnapshot
Source§fn clone(&self) -> RendererGlyphAtlasPerfSnapshot
fn clone(&self) -> RendererGlyphAtlasPerfSnapshot
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 Default for RendererGlyphAtlasPerfSnapshot
impl Default for RendererGlyphAtlasPerfSnapshot
Source§fn default() -> RendererGlyphAtlasPerfSnapshot
fn default() -> RendererGlyphAtlasPerfSnapshot
Returns the “default value” for a type. Read more
impl Copy for RendererGlyphAtlasPerfSnapshot
Auto Trait Implementations§
impl Freeze for RendererGlyphAtlasPerfSnapshot
impl RefUnwindSafe for RendererGlyphAtlasPerfSnapshot
impl Send for RendererGlyphAtlasPerfSnapshot
impl Sync for RendererGlyphAtlasPerfSnapshot
impl Unpin for RendererGlyphAtlasPerfSnapshot
impl UnsafeUnpin for RendererGlyphAtlasPerfSnapshot
impl UnwindSafe for RendererGlyphAtlasPerfSnapshot
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