Enum rustc_session::config::PpAstTreeMode [−][src]
pub enum PpAstTreeMode {
Normal,
Expanded,
}
Variants
-Zunpretty=ast
-Zunpretty=ast,expanded
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PpAstTreeMode
impl Send for PpAstTreeMode
impl Sync for PpAstTreeMode
impl Unpin for PpAstTreeMode
impl UnwindSafe for PpAstTreeMode
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: 1 byte
Size for each variant:
Normal
: 0 bytesExpanded
: 0 bytes