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 risc0: Vendor
pub const sony: Vendor
pub const sun: Vendor
pub const unikraft: Vendor
pub const unknown: Vendor
pub const uwp: Vendor
pub const win7: Vendor
pub const wrs: Vendor
Trait Implementations§
Source§impl Ord for Vendor
impl Ord for Vendor
Source§impl PartialOrd for Vendor
impl PartialOrd for Vendor
impl Eq for Vendor
impl StructuralPartialEq for Vendor
Auto Trait Implementations§
impl Freeze for Vendor
impl RefUnwindSafe for Vendor
impl Send for Vendor
impl Sync for Vendor
impl Unpin for Vendor
impl UnwindSafe for Vendor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more