pub(crate) struct MorxSubtableCache {
start_end_safe_to_break: u64,
glyph_set: U32Set,
class_cache: hb_cache_core_t<KEY_BITS, VALUE_BITS, CACHE_SIZE, <() as SelectAtomic<STORAGE_BITS>>::Type>,
}Fields§
§start_end_safe_to_break: u64§glyph_set: U32Set§class_cache: hb_cache_core_t<KEY_BITS, VALUE_BITS, CACHE_SIZE, <() as SelectAtomic<STORAGE_BITS>>::Type>Implementations§
Auto Trait Implementations§
impl !Freeze for MorxSubtableCache
impl RefUnwindSafe for MorxSubtableCache
impl Send for MorxSubtableCache
impl Sync for MorxSubtableCache
impl Unpin for MorxSubtableCache
impl UnsafeUnpin for MorxSubtableCache
impl UnwindSafe for MorxSubtableCache
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