pub struct RasterCacheStats {
pub glyph_entries: usize,
}Fields§
§glyph_entries: usizeTrait Implementations§
Source§impl Clone for RasterCacheStats
impl Clone for RasterCacheStats
Source§fn clone(&self) -> RasterCacheStats
fn clone(&self) -> RasterCacheStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RasterCacheStats
impl Debug for RasterCacheStats
Source§impl Default for RasterCacheStats
impl Default for RasterCacheStats
Source§fn default() -> RasterCacheStats
fn default() -> RasterCacheStats
Returns the “default value” for a type. Read more
Source§impl PartialEq for RasterCacheStats
impl PartialEq for RasterCacheStats
Source§fn eq(&self, other: &RasterCacheStats) -> bool
fn eq(&self, other: &RasterCacheStats) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RasterCacheStats
impl StructuralPartialEq for RasterCacheStats
Auto Trait Implementations§
impl Freeze for RasterCacheStats
impl RefUnwindSafe for RasterCacheStats
impl Send for RasterCacheStats
impl Sync for RasterCacheStats
impl Unpin for RasterCacheStats
impl UnsafeUnpin for RasterCacheStats
impl UnwindSafe for RasterCacheStats
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