Enum target_lexicon::Environment
source · #[non_exhaustive]
pub enum Environment {
Show 31 variants
Unknown,
AmdGiz,
Android,
Androideabi,
Eabi,
Eabihf,
Gnu,
Gnuabi64,
Gnueabi,
Gnueabihf,
Gnuspe,
Gnux32,
GnuIlp32,
GnuLlvm,
HermitKernel,
LinuxKernel,
Macabi,
Musl,
Musleabi,
Musleabihf,
Muslabi64,
Msvc,
Newlib,
Kernel,
Uclibc,
Uclibceabi,
Uclibceabihf,
Sgx,
Sim,
Softfloat,
Spe,
}
Expand description
The “environment” field, which specifies an ABI environment on top of the operating system. In many configurations, this field is omitted, and the environment is implied by the operating system.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Unknown
AmdGiz
Android
Androideabi
Eabi
Eabihf
Gnu
Gnuabi64
Gnueabi
Gnueabihf
Gnuspe
Gnux32
GnuIlp32
GnuLlvm
HermitKernel
LinuxKernel
Macabi
Musl
Musleabi
Musleabihf
Muslabi64
Msvc
Newlib
Kernel
Uclibc
Uclibceabi
Uclibceabihf
Sgx
Sim
Softfloat
Spe
Implementations§
source§impl Environment
impl Environment
Trait Implementations§
source§impl Clone for Environment
impl Clone for Environment
source§fn clone(&self) -> Environment
fn clone(&self) -> Environment
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more