Enum rustc_session::config::PpMode
source · pub enum PpMode {
Source(PpSourceMode),
AstTree(PpAstTreeMode),
Hir(PpHirMode),
HirTree,
ThirTree,
ThirFlat,
Mir,
MirCFG,
}
Variants§
Source(PpSourceMode)
Options that print the source code, i.e.
-Zunpretty=normal
and -Zunpretty=expanded
AstTree(PpAstTreeMode)
Hir(PpHirMode)
Options that print the HIR, i.e. -Zunpretty=hir
HirTree
-Zunpretty=hir-tree
ThirTree
-Zunpretty=thir-tree
ThirFlat
-Zunpretty=thir-flat
Mir
-Zunpretty=mir
MirCFG
-Zunpretty=mir-cfg
Implementations§
Trait Implementations§
source§impl PartialEq<PpMode> for PpMode
impl PartialEq<PpMode> for PpMode
impl Copy for PpMode
impl StructuralPartialEq for PpMode
Auto Trait Implementations§
impl RefUnwindSafe for PpMode
impl Send for PpMode
impl Sync for PpMode
impl Unpin for PpMode
impl UnwindSafe for PpMode
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
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 bytesThirFlat
: 0 bytesMir
: 0 bytesMirCFG
: 0 bytes