pub struct FontEntry {
pub fontdb_id: ID,
pub face_index: u32,
pub data: Arc<Vec<u8>>,
pub swash_cache_key: CacheKey,
}Fields§
§fontdb_id: ID§face_index: u32§data: Arc<Vec<u8>>§swash_cache_key: CacheKeyAuto Trait Implementations§
impl Freeze for FontEntry
impl RefUnwindSafe for FontEntry
impl Send for FontEntry
impl Sync for FontEntry
impl Unpin for FontEntry
impl UnsafeUnpin for FontEntry
impl UnwindSafe for FontEntry
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