pub(crate) struct PairPosFormat1SmallCache {
pub coverage: CoverageInfo,
}Fields§
§coverage: CoverageInfoAuto Trait Implementations§
impl Freeze for PairPosFormat1SmallCache
impl RefUnwindSafe for PairPosFormat1SmallCache
impl Send for PairPosFormat1SmallCache
impl Sync for PairPosFormat1SmallCache
impl Unpin for PairPosFormat1SmallCache
impl UnsafeUnpin for PairPosFormat1SmallCache
impl UnwindSafe for PairPosFormat1SmallCache
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