pub(crate) struct ContextFormat2Cache {
pub coverage: CoverageInfo,
pub input: ClassDefInfo,
pub coverage_cache: hb_cache_core_t<KEY_BITS, VALUE_BITS, CACHE_SIZE, <() as SelectAtomic<STORAGE_BITS>>::Type>,
}Fields§
§coverage: CoverageInfo§input: ClassDefInfo§coverage_cache: hb_cache_core_t<KEY_BITS, VALUE_BITS, CACHE_SIZE, <() as SelectAtomic<STORAGE_BITS>>::Type>Auto Trait Implementations§
impl !Freeze for ContextFormat2Cache
impl RefUnwindSafe for ContextFormat2Cache
impl Send for ContextFormat2Cache
impl Sync for ContextFormat2Cache
impl Unpin for ContextFormat2Cache
impl UnsafeUnpin for ContextFormat2Cache
impl UnwindSafe for ContextFormat2Cache
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