[][src]Enum lang_c::driver::Flavor

pub enum Flavor {
    StdC11,
    GnuC11,
    ClangC11,
}

C language flavors

Variants

StdC11

Strict standard C11

GnuC11

Standard C11 with GNU extensions

ClangC11

Standard C11 with Clang extensions

Trait Implementations

impl Clone for Flavor[src]

impl Copy for Flavor[src]

impl PartialEq<Flavor> for Flavor[src]

impl Debug for Flavor[src]

impl StructuralPartialEq for Flavor[src]

Auto Trait Implementations

impl Send for Flavor

impl Sync for Flavor

impl Unpin for Flavor

impl UnwindSafe for Flavor

impl RefUnwindSafe for Flavor

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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