pub(crate) struct LigatureSubstFormat1Cache {
pub seconds: hb_set_digest_t,
pub coverage: hb_cache_core_t<KEY_BITS, VALUE_BITS, CACHE_SIZE, <() as SelectAtomic<STORAGE_BITS>>::Type>,
}Fields§
§seconds: hb_set_digest_t§coverage: hb_cache_core_t<KEY_BITS, VALUE_BITS, CACHE_SIZE, <() as SelectAtomic<STORAGE_BITS>>::Type>Implementations§
Source§impl LigatureSubstFormat1Cache
impl LigatureSubstFormat1Cache
pub fn new(seconds: hb_set_digest_t) -> Self
Auto Trait Implementations§
impl !Freeze for LigatureSubstFormat1Cache
impl RefUnwindSafe for LigatureSubstFormat1Cache
impl Send for LigatureSubstFormat1Cache
impl Sync for LigatureSubstFormat1Cache
impl Unpin for LigatureSubstFormat1Cache
impl UnsafeUnpin for LigatureSubstFormat1Cache
impl UnwindSafe for LigatureSubstFormat1Cache
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