pub struct CachedFontCharGetter {
pub max_cache_size: usize,
/* private fields */
}
Fields§
§max_cache_size: usize
Implementations§
Trait Implementations§
Source§impl Default for CachedFontCharGetter
impl Default for CachedFontCharGetter
Source§fn default() -> CachedFontCharGetter
fn default() -> CachedFontCharGetter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CachedFontCharGetter
impl RefUnwindSafe for CachedFontCharGetter
impl Send for CachedFontCharGetter
impl Sync for CachedFontCharGetter
impl Unpin for CachedFontCharGetter
impl UnwindSafe for CachedFontCharGetter
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