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