Enum inkwell::debug_info::DWARFSourceLanguage [−][src]
pub enum DWARFSourceLanguage {
Show 40 variants
C89,
C,
Ada83,
CPlusPlus,
Cobol74,
Cobol85,
Fortran77,
Fortran90,
Pascal83,
Modula2,
Java,
C99,
Ada95,
Fortran95,
PLI,
ObjC,
ObjCPlusPlus,
UPC,
D,
Python,
OpenCL,
Go,
Modula3,
Haskell,
CPlusPlus03,
CPlusPlus11,
OCaml,
Rust,
C11,
Swift,
Julia,
Dylan,
CPlusPlus14,
Fortran03,
Fortran08,
RenderScript,
BLISS,
MipsAssembler,
GOOGLERenderScript,
BORLANDDelphi,
}
Expand description
Source languages known by DWARF. Corresponds to LLVMDWARFSourceLanguage
enum from LLVM.
Variants
Trait Implementations
Performs the conversion.
Performs the conversion.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for DWARFSourceLanguage
impl Send for DWARFSourceLanguage
impl Sync for DWARFSourceLanguage
impl Unpin for DWARFSourceLanguage
impl UnwindSafe for DWARFSourceLanguage
Blanket Implementations
Mutably borrows from an owned value. Read more