pub(crate) struct LigatureSubstFormat1SmallCache {
pub coverage: CoverageInfo,
pub seconds: hb_set_digest_t,
}Fields§
§coverage: CoverageInfo§seconds: hb_set_digest_tAuto Trait Implementations§
impl Freeze for LigatureSubstFormat1SmallCache
impl RefUnwindSafe for LigatureSubstFormat1SmallCache
impl Send for LigatureSubstFormat1SmallCache
impl Sync for LigatureSubstFormat1SmallCache
impl Unpin for LigatureSubstFormat1SmallCache
impl UnsafeUnpin for LigatureSubstFormat1SmallCache
impl UnwindSafe for LigatureSubstFormat1SmallCache
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