Enum target_tuples::Vendor [−][src]
#[repr(u32)]
pub enum Vendor {
Show 17 variants
Unknown,
Apple,
PC,
SCEI,
Freescale,
IBM,
ImaginationTechnologies,
MipsTechnologies,
NVIDIA,
CSR,
Myriad,
AMD,
Mesa,
SUSE,
OpenEmbedded,
WDC,
Null,
// some variants omitted
}Expand description
The Vendor field of a target tuple
Variants
Used for ABI Purposes with lccc
Implementations
Parses the Vendor in a “lossy” manner
This is equivalent to Self::from_str.
Note that an unknown vendor is not considered an error.
Returns the canonical name of the vendor
The canonical name, when passed into [Self::parse`] will yield an equivalent value,
Formatting a Vendor yields this string
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Vendor
impl UnwindSafe for Vendor
Blanket Implementations
Mutably borrows from an owned value. Read more