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