pub struct SoftwareGlyphRasterCacheStats {
pub entries: usize,
pub hits: u64,
pub misses: u64,
}Fields§
§entries: usize§hits: u64§misses: u64Trait Implementations§
impl Copy for SoftwareGlyphRasterCacheStats
impl Eq for SoftwareGlyphRasterCacheStats
impl StructuralPartialEq for SoftwareGlyphRasterCacheStats
Auto Trait Implementations§
impl Freeze for SoftwareGlyphRasterCacheStats
impl RefUnwindSafe for SoftwareGlyphRasterCacheStats
impl Send for SoftwareGlyphRasterCacheStats
impl Sync for SoftwareGlyphRasterCacheStats
impl Unpin for SoftwareGlyphRasterCacheStats
impl UnsafeUnpin for SoftwareGlyphRasterCacheStats
impl UnwindSafe for SoftwareGlyphRasterCacheStats
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