pub(crate) struct KernSubtableCache {
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 KernSubtableCache
impl RefUnwindSafe for KernSubtableCache
impl Send for KernSubtableCache
impl Sync for KernSubtableCache
impl Unpin for KernSubtableCache
impl UnsafeUnpin for KernSubtableCache
impl UnwindSafe for KernSubtableCache
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