Struct rustc_middle::mir::spanview::SpanViewable [−][src]
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
Trait Implementations
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
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 64 bytes