Enum rustc_builtin_macros::proc_macro_harness::ProcMacro [−][src]
enum ProcMacro {
Derive(ProcMacroDerive),
Def(ProcMacroDef),
}
Variants
Derive(ProcMacroDerive)
Tuple Fields of Derive
Def(ProcMacroDef)
Tuple Fields of Def
0: ProcMacroDef
Auto Trait Implementations
impl RefUnwindSafe for ProcMacro
impl UnwindSafe for ProcMacro
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: 64 bytes
Size for each variant:
Derive
: 60 bytesDef
: 28 bytes