pub struct ParleyShaperFontDbDiagnosticsSnapshot { /* private fields */ }Implementations§
Source§impl ParleyShaperFontDbDiagnosticsSnapshot
impl ParleyShaperFontDbDiagnosticsSnapshot
pub fn registered_font_blobs_count(&self) -> u64
pub fn registered_font_blobs_total_bytes(&self) -> u64
pub fn family_id_cache_entries(&self) -> u64
pub fn baseline_metrics_cache_entries(&self) -> u64
pub fn catalog_entries_build_count(&self) -> u64
pub fn all_font_names_cache_present(&self) -> bool
pub fn all_font_catalog_entries_cache_present(&self) -> bool
Trait Implementations§
Source§impl Clone for ParleyShaperFontDbDiagnosticsSnapshot
impl Clone for ParleyShaperFontDbDiagnosticsSnapshot
Source§fn clone(&self) -> ParleyShaperFontDbDiagnosticsSnapshot
fn clone(&self) -> ParleyShaperFontDbDiagnosticsSnapshot
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 ParleyShaperFontDbDiagnosticsSnapshot
impl Default for ParleyShaperFontDbDiagnosticsSnapshot
Source§fn default() -> ParleyShaperFontDbDiagnosticsSnapshot
fn default() -> ParleyShaperFontDbDiagnosticsSnapshot
Returns the “default value” for a type. Read more
impl Copy for ParleyShaperFontDbDiagnosticsSnapshot
Auto Trait Implementations§
impl Freeze for ParleyShaperFontDbDiagnosticsSnapshot
impl RefUnwindSafe for ParleyShaperFontDbDiagnosticsSnapshot
impl Send for ParleyShaperFontDbDiagnosticsSnapshot
impl Sync for ParleyShaperFontDbDiagnosticsSnapshot
impl Unpin for ParleyShaperFontDbDiagnosticsSnapshot
impl UnsafeUnpin for ParleyShaperFontDbDiagnosticsSnapshot
impl UnwindSafe for ParleyShaperFontDbDiagnosticsSnapshot
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