Enum cpp_to_rust_common::target::Env [] [src]

pub enum Env {
    Gnu,
    Msvc,
    Musl,
    None,
}

Further disambiguates the target platform with information about the ABI/libc, as reported by target_env.

Variants

Trait Implementations

impl Debug for Env
[src]

Formats the value using the given formatter.

impl Clone for Env
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Env
[src]

impl PartialEq for Env
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Env
[src]