Enum target_lexicon::Vendor[][src]

pub enum Vendor {
    Unknown,
    Apple,
    Experimental,
    Pc,
    Rumprun,
    Sun,
}

The "vendor" field, which in practice is little more than an arbitrary modifier.

Variants

Methods

impl Vendor
[src]

Return the vendor for the current host.

Trait Implementations

impl Copy for Vendor
[src]

impl Clone for Vendor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Vendor
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Vendor
[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 Vendor
[src]

impl Hash for Vendor
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for Vendor
[src]

Formats the value using the given formatter. Read more

impl FromStr for Vendor
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Default for Vendor
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Vendor

impl Sync for Vendor