Struct rustc_passes::region::Context [−][src]
pub struct Context {
var_parent: Option<(Scope, ScopeDepth)>,
parent: Option<(Scope, ScopeDepth)>,
}
Fields
var_parent: Option<(Scope, ScopeDepth)>
The scope that contains any new variables declared, plus its depth in the scope tree.
parent: Option<(Scope, ScopeDepth)>
Region parent of expressions, etc., plus its depth in the scope tree.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Context
impl UnwindSafe for Context
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: 24 bytes