Struct rustc_resolve::late::BindingInfo [−][src]
struct BindingInfo {
span: Span,
binding_mode: BindingMode,
}
Fields
span: Span
binding_mode: BindingMode
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BindingInfo
impl !Send for BindingInfo
impl !Sync for BindingInfo
impl Unpin for BindingInfo
impl UnwindSafe for BindingInfo
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: 12 bytes