Enum lldb_sys::LanguageType[][src]

#[repr(u32)]
pub enum LanguageType {
Show variants Unknown, C89, C, Ada83, C_plus_plus, Cobol74, Cobol85, Fortran77, Fortran90, Pascal83, Modula2, Java, C99, Ada95, Fortran95, PLI, ObjC, ObjC_plus_plus, UPC, D, Python, OpenCL, Go, Modula3, Haskell, C_plus_plus_03, C_plus_plus_11, OCaml, Rust, C11, Swift, Julia, Dylan, C_plus_plus_14, Fortran03, Fortran08, MipsAssembler, ExtRenderScript, NumLanguageTypes,
}

Variants

Unknown
C89
C
Ada83
C_plus_plus
Cobol74
Cobol85
Fortran77
Fortran90
Pascal83
Modula2
Java
C99
Ada95
Fortran95
PLI
ObjC
ObjC_plus_plus
UPC
D
Python
OpenCL
Go
Modula3
Haskell
C_plus_plus_03
C_plus_plus_11
OCaml
Rust
C11
Swift
Julia
Dylan
C_plus_plus_14
Fortran03
Fortran08
MipsAssembler
ExtRenderScript
NumLanguageTypes

Trait Implementations

impl Clone for LanguageType[src]

impl Copy for LanguageType[src]

impl Debug for LanguageType[src]

impl PartialEq<LanguageType> for LanguageType[src]

impl PartialOrd<LanguageType> for LanguageType[src]

impl StructuralPartialEq for LanguageType[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.