Struct rupta::util::pta_statistics::AndersenStat
source · pub struct AndersenStat<'pta, 'tcx, 'compilation> { /* private fields */ }Implementations§
source§impl<'pta, 'tcx, 'compilation> AndersenStat<'pta, 'tcx, 'compilation>
impl<'pta, 'tcx, 'compilation> AndersenStat<'pta, 'tcx, 'compilation>
pub fn new(pta: &'pta AndersenPTA<'pta, 'tcx, 'compilation>) -> 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> !RefUnwindSafe for AndersenStat<'pta, 'tcx, 'compilation>
impl<'pta, 'tcx, 'compilation> !Send for AndersenStat<'pta, 'tcx, 'compilation>
impl<'pta, 'tcx, 'compilation> !Sync for AndersenStat<'pta, 'tcx, 'compilation>
impl<'pta, 'tcx, 'compilation> Unpin for AndersenStat<'pta, 'tcx, 'compilation>
impl<'pta, 'tcx, 'compilation> !UnwindSafe for AndersenStat<'pta, 'tcx, 'compilation>
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