Struct rustc_span::symbol::InternerInner [−][src]
struct InternerInner {
arena: DroplessArena,
names: FxHashMap<&'static str, Symbol>,
strings: Vec<&'static str>,
}
Fields
arena: DroplessArena
names: FxHashMap<&'static str, Symbol>
strings: Vec<&'static str>
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for InternerInner
impl Send for InternerInner
impl !Sync for InternerInner
impl Unpin for InternerInner
impl UnwindSafe for InternerInner
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: 104 bytes