Enum rustc_session::config::PpMode [−][src]
pub enum PpMode {
Source(PpSourceMode),
AstTree(PpAstTreeMode),
Hir(PpHirMode),
HirTree,
ThirTree,
Mir,
MirCFG,
}
Variants
Source(PpSourceMode)
Options that print the source code, i.e.
-Zunpretty=normal
and -Zunpretty=everybody_loops
Tuple Fields of Source
0: PpSourceMode
AstTree(PpAstTreeMode)
Tuple Fields of AstTree
Hir(PpHirMode)
Options that print the HIR, i.e. -Zunpretty=hir
Tuple Fields of Hir
0: PpHirMode
-Zunpretty=hir-tree
-Zunpretty=thir-tree
-Zunpretty=mir
-Zunpretty=mir-cfg
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PpMode
impl UnwindSafe for PpMode
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: 2 bytes
Size for each variant:
Source
: 1 byteAstTree
: 1 byteHir
: 1 byteHirTree
: 0 bytesThirTree
: 0 bytesMir
: 0 bytesMirCFG
: 0 bytes