Struct epaint::text::fonts::GalleyCache
source · struct GalleyCache {
generation: u32,
cache: IntMap<u64, CachedGalley>,
}
Fields§
§generation: u32
Frame counter used to do garbage collection on the cache
cache: IntMap<u64, CachedGalley>
Implementations§
source§impl GalleyCache
impl GalleyCache
Trait Implementations§
source§impl Default for GalleyCache
impl Default for GalleyCache
source§fn default() -> GalleyCache
fn default() -> GalleyCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GalleyCache
impl RefUnwindSafe for GalleyCache
impl Send for GalleyCache
impl Sync for GalleyCache
impl Unpin for GalleyCache
impl UnwindSafe for GalleyCache
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