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