Struct rustc_expand::hygiene::SyntaxContext [−][src]
pub struct SyntaxContext(u32);
Expand description
A SyntaxContext
represents a chain of pairs (ExpnId, Transparency)
named “marks”.
Tuple Fields
0: u32
Auto Trait Implementations
impl RefUnwindSafe for SyntaxContext
impl Send for SyntaxContext
impl Sync for SyntaxContext
impl Unpin for SyntaxContext
impl UnwindSafe for SyntaxContext
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: 4 bytes