pub struct Vendor(pub Cow<'static, str>);
Expand description
The “vendor” field, which in practice is little more than an arbitrary modifier.
Tuple Fields§
§0: Cow<'static, str>
Implementations§
source§impl Vendor
impl Vendor
pub const apple: Vendor = _
pub const espressif: Vendor = _
pub const fortanix: Vendor = _
pub const ibm: Vendor = _
pub const kmc: Vendor = _
pub const nintendo: Vendor = _
pub const nvidia: Vendor = _
pub const pc: Vendor = _
pub const sony: Vendor = _
pub const sun: Vendor = _
pub const unknown: Vendor = _
pub const uwp: Vendor = _
pub const wrs: Vendor = _
Trait Implementations§
source§impl Ord for Vendor
impl Ord for Vendor
source§impl PartialEq<Vendor> for Vendor
impl PartialEq<Vendor> for Vendor
source§impl PartialOrd<Vendor> for Vendor
impl PartialOrd<Vendor> for Vendor
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more