Enum rustc_session::config::PpSourceMode [−][src]
pub enum PpSourceMode {
Normal,
EveryBodyLoops,
Expanded,
Identified,
ExpandedIdentified,
ExpandedHygiene,
}
Variants
-Zunpretty=normal
-Zunpretty=everybody_loops
-Zunpretty=expanded
-Zunpretty=identified
-Zunpretty=expanded,identified
-Zunpretty=expanded,hygiene
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PpSourceMode
impl Send for PpSourceMode
impl Sync for PpSourceMode
impl Unpin for PpSourceMode
impl UnwindSafe for PpSourceMode
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 bytesEveryBodyLoops
: 0 bytesExpanded
: 0 bytesIdentified
: 0 bytesExpandedIdentified
: 0 bytesExpandedHygiene
: 0 bytes