Struct epaint::text::fonts::CachedGalley
source · struct CachedGalley {
last_used: u32,
galley: Arc<Galley>,
}
Fields§
§last_used: u32
When it was last used
galley: Arc<Galley>
Auto Trait Implementations§
impl Freeze for CachedGalley
impl RefUnwindSafe for CachedGalley
impl Send for CachedGalley
impl Sync for CachedGalley
impl Unpin for CachedGalley
impl UnwindSafe for CachedGalley
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