Struct rustc_expand::hygiene::SyntaxContextData [−][src]
pub struct SyntaxContextData {
outer_expn: ExpnId,
outer_transparency: Transparency,
parent: SyntaxContext,
opaque: SyntaxContext,
opaque_and_semitransparent: SyntaxContext,
dollar_crate_name: Symbol,
}Fields
outer_expn: ExpnIdouter_transparency: Transparencyparent: SyntaxContextopaque: SyntaxContextThis context, but with all transparent and semi-transparent expansions filtered away.
opaque_and_semitransparent: SyntaxContextThis context, but with all transparent expansions filtered away.
dollar_crate_name: SymbolName of the crate to which $crate with this context would resolve.
Auto Trait Implementations
impl RefUnwindSafe for SyntaxContextData
impl Send for SyntaxContextData
impl Sync for SyntaxContextData
impl Unpin for SyntaxContextData
impl UnwindSafe for SyntaxContextData
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: 28 bytes