Struct rustc_ast_lowering::item::ItemLowerer [−][src]
pub(crate) struct ItemLowerer<'a, 'lowering, 'hir> {
pub(crate) lctx: &'a mut LoweringContext<'lowering, 'hir>,
}
Fields
lctx: &'a mut LoweringContext<'lowering, 'hir>
Implementations
Trait Implementations
fn visit_enum_def(
&mut self,
enum_definition: &'ast EnumDef,
generics: &'ast Generics,
item_id: NodeId,
Span
)
Auto Trait Implementations
impl<'a, 'lowering, 'hir> !RefUnwindSafe for ItemLowerer<'a, 'lowering, 'hir>
impl<'a, 'lowering, 'hir> !Send for ItemLowerer<'a, 'lowering, 'hir>
impl<'a, 'lowering, 'hir> !Sync for ItemLowerer<'a, 'lowering, 'hir>
impl<'a, 'lowering, 'hir> Unpin for ItemLowerer<'a, 'lowering, 'hir> where
'hir: 'a,
'lowering: 'a,
impl<'a, 'lowering, 'hir> !UnwindSafe for ItemLowerer<'a, 'lowering, 'hir>
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: 8 bytes