Expand description
The “vendor” field, which in practice is little more than an arbitrary modifier.
Tuple Fields
0: Cow<'static, str>
Implementations
sourceimpl Vendor
impl Vendor
pub const apple: Vendor = _
pub const espressif: Vendor = _
pub const fortanix: 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
sourceimpl Ord for Vendor
impl Ord for Vendor
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialOrd<Vendor> for Vendor
impl PartialOrd<Vendor> for Vendor
sourcefn partial_cmp(&self, other: &Vendor) -> Option<Ordering>
fn partial_cmp(&self, other: &Vendor) -> Option<Ordering>
1.0.0 · sourcefn 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 moreimpl Eq for Vendor
impl StructuralEq for Vendor
impl StructuralPartialEq for Vendor
Auto Trait Implementations
impl RefUnwindSafe for Vendor
impl Send for Vendor
impl Sync for Vendor
impl Unpin for Vendor
impl UnwindSafe for Vendor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more