Struct flowistry_pdg::rustc::mir::spanview::SpanViewable
source · pub struct SpanViewable {
pub bb: BasicBlock,
pub span: Span,
pub id: String,
pub tooltip: String,
}
Expand description
Metadata to highlight the span of a MIR BasicBlock, Statement, or Terminator.
Fields§
§bb: BasicBlock
§span: Span
§id: String
§tooltip: String
Auto Trait Implementations§
impl RefUnwindSafe for SpanViewable
impl !Send for SpanViewable
impl !Sync for SpanViewable
impl Unpin for SpanViewable
impl UnwindSafe for SpanViewable
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