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