struct HintEntry {
font_id: u64,
font_index: u32,
instance: HintingInstance,
serial: u64,
}Fields§
§font_id: u64§font_index: u32§instance: HintingInstance§serial: u64Auto Trait Implementations§
impl Freeze for HintEntry
impl RefUnwindSafe for HintEntry
impl Send for HintEntry
impl Sync for HintEntry
impl Unpin for HintEntry
impl UnsafeUnpin for HintEntry
impl UnwindSafe for HintEntry
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