Struct paralegal_spdg::rustc::mir::BasicBlocks
source · pub struct BasicBlocks<'tcx> {
basic_blocks: IndexVec<BasicBlock, BasicBlockData<'tcx>>,
cache: Cache,
}
Fields§
§basic_blocks: IndexVec<BasicBlock, BasicBlockData<'tcx>>
§cache: Cache
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for BasicBlocks<'tcx>
impl<'tcx> !Send for BasicBlocks<'tcx>
impl<'tcx> !Sync for BasicBlocks<'tcx>
impl<'tcx> Unpin for BasicBlocks<'tcx>
impl<'tcx> !UnwindSafe for BasicBlocks<'tcx>
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