pub struct OtCache {
pub gsub: LookupCache,
pub gpos: LookupCache,
pub gdef_glyph_props_cache: hb_cache_core_t<KEY_BITS, VALUE_BITS, CACHE_SIZE, <() as SelectAtomic<STORAGE_BITS>>::Type>,
pub gdef_mark_set_digests: Vec<hb_set_digest_t>,
}Fields§
§gsub: LookupCache§gpos: LookupCache§gdef_glyph_props_cache: hb_cache_core_t<KEY_BITS, VALUE_BITS, CACHE_SIZE, <() as SelectAtomic<STORAGE_BITS>>::Type>§gdef_mark_set_digests: Vec<hb_set_digest_t>Implementations§
Auto Trait Implementations§
impl !Freeze for OtCache
impl RefUnwindSafe for OtCache
impl Send for OtCache
impl Sync for OtCache
impl Unpin for OtCache
impl UnsafeUnpin for OtCache
impl UnwindSafe for OtCache
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