Struct rupta::util::pta_statistics::ContextSensitiveStat
source · pub struct ContextSensitiveStat<'pta, 'tcx, 'compilation, S: ContextStrategy> { /* private fields */ }Implementations§
source§impl<'pta, 'tcx, 'compilation, S: ContextStrategy> ContextSensitiveStat<'pta, 'tcx, 'compilation, S>
impl<'pta, 'tcx, 'compilation, S: ContextStrategy> ContextSensitiveStat<'pta, 'tcx, 'compilation, S>
pub fn new(pta: &'pta ContextSensitivePTA<'pta, 'tcx, 'compilation, S>) -> Self
pub fn dump_stats(&self)
pub fn dump_pts_stat<W: Write>(&self, stat_writer: &mut BufWriter<W>)
Auto Trait Implementations§
impl<'pta, 'tcx, 'compilation, S> !RefUnwindSafe for ContextSensitiveStat<'pta, 'tcx, 'compilation, S>
impl<'pta, 'tcx, 'compilation, S> !Send for ContextSensitiveStat<'pta, 'tcx, 'compilation, S>
impl<'pta, 'tcx, 'compilation, S> !Sync for ContextSensitiveStat<'pta, 'tcx, 'compilation, S>
impl<'pta, 'tcx, 'compilation, S> Unpin for ContextSensitiveStat<'pta, 'tcx, 'compilation, S>
impl<'pta, 'tcx, 'compilation, S> !UnwindSafe for ContextSensitiveStat<'pta, 'tcx, 'compilation, S>
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