Struct rustc_span::hygiene::HygieneDecodeContext [−][src]
pub struct HygieneDecodeContext {
remapped_ctxts: Lock<Vec<Option<SyntaxContext>>>,
}
Expand description
Additional information used to assist in decoding hygiene data
Fields
remapped_ctxts: Lock<Vec<Option<SyntaxContext>>>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for HygieneDecodeContext
impl Send for HygieneDecodeContext
impl !Sync for HygieneDecodeContext
impl Unpin for HygieneDecodeContext
impl UnwindSafe for HygieneDecodeContext
Blanket Implementations
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: 32 bytes