pub enum CompilerDirective {
Show 18 variants
ResetallCompilerDirective(Box<ResetallCompilerDirective>),
IncludeCompilerDirective(Box<IncludeCompilerDirective>),
TextMacroDefinition(Box<TextMacroDefinition>),
TextMacroUsage(Box<TextMacroUsage>),
UndefineCompilerDirective(Box<UndefineCompilerDirective>),
UndefineallCompilerDirective(Box<UndefineallCompilerDirective>),
ConditionalCompilerDirective(Box<ConditionalCompilerDirective>),
TimescaleCompilerDirective(Box<TimescaleCompilerDirective>),
DefaultNettypeCompilerDirective(Box<DefaultNettypeCompilerDirective>),
UnconnectedDriveCompilerDirective(Box<UnconnectedDriveCompilerDirective>),
NounconnectedDriveCompilerDirective(Box<NounconnectedDriveCompilerDirective>),
CelldefineDriveCompilerDirective(Box<CelldefineDriveCompilerDirective>),
EndcelldefineDriveCompilerDirective(Box<EndcelldefineDriveCompilerDirective>),
Pragma(Box<Pragma>),
LineCompilerDirective(Box<LineCompilerDirective>),
PositionCompilerDirective(Box<PositionCompilerDirective>),
KeywordsDirective(Box<KeywordsDirective>),
EndkeywordsDirective(Box<EndkeywordsDirective>),
}Variants
ResetallCompilerDirective(Box<ResetallCompilerDirective>)
IncludeCompilerDirective(Box<IncludeCompilerDirective>)
TextMacroDefinition(Box<TextMacroDefinition>)
TextMacroUsage(Box<TextMacroUsage>)
UndefineCompilerDirective(Box<UndefineCompilerDirective>)
UndefineallCompilerDirective(Box<UndefineallCompilerDirective>)
ConditionalCompilerDirective(Box<ConditionalCompilerDirective>)
TimescaleCompilerDirective(Box<TimescaleCompilerDirective>)
DefaultNettypeCompilerDirective(Box<DefaultNettypeCompilerDirective>)
UnconnectedDriveCompilerDirective(Box<UnconnectedDriveCompilerDirective>)
NounconnectedDriveCompilerDirective(Box<NounconnectedDriveCompilerDirective>)
CelldefineDriveCompilerDirective(Box<CelldefineDriveCompilerDirective>)
EndcelldefineDriveCompilerDirective(Box<EndcelldefineDriveCompilerDirective>)
Pragma(Box<Pragma>)
LineCompilerDirective(Box<LineCompilerDirective>)
PositionCompilerDirective(Box<PositionCompilerDirective>)
KeywordsDirective(Box<KeywordsDirective>)
EndkeywordsDirective(Box<EndkeywordsDirective>)
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CompilerDirective
impl Send for CompilerDirective
impl Sync for CompilerDirective
impl Unpin for CompilerDirective
impl UnwindSafe for CompilerDirective
Blanket Implementations
Mutably borrows from an owned value. Read more