Struct rustc_codegen_ssa::mir::debuginfo::PerLocalVarDebugInfo [−][src]
pub struct PerLocalVarDebugInfo<'tcx, D> {
pub name: Symbol,
pub source_info: SourceInfo,
pub dbg_var: Option<D>,
pub projection: &'tcx List<PlaceElem<'tcx>>,
}
Expand description
Like mir::VarDebugInfo
, but within a mir::Local
.
Fields
name: Symbol
source_info: SourceInfo
dbg_var: Option<D>
DIVariable
returned by create_dbg_var
.
projection: &'tcx List<PlaceElem<'tcx>>
.place.projection
from mir::VarDebugInfo
.
Trait Implementations
Auto Trait Implementations
impl<'tcx, D> !RefUnwindSafe for PerLocalVarDebugInfo<'tcx, D>
impl<'tcx, D> !Send for PerLocalVarDebugInfo<'tcx, D>
impl<'tcx, D> !Sync for PerLocalVarDebugInfo<'tcx, D>
impl<'tcx, D> Unpin for PerLocalVarDebugInfo<'tcx, D> where
D: Unpin,
impl<'tcx, D> !UnwindSafe for PerLocalVarDebugInfo<'tcx, D>
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.