#[repr(i32)]pub enum Vendor {
Show 19 variants
Unknown = 0,
ASUS = 4_163,
Elsa = 4_168,
Leadtek = 4_221,
Gainward = 4_272,
NVIDIA = 4_318,
Gigabyte = 5_208,
MSI = 5_218,
PNY_ = 5_451,
Palit = 5_481,
XFX = 5_762,
Club3D = 6_509,
PNY = 6_510,
Zotac = 6_618,
BFG = 6_641,
PoV = 6_860,
Galax = 6_988,
EVGA = 14_402,
Colorful = 29_559,
}Variants§
Unknown = 0
ASUS = 4_163
Elsa = 4_168
Leadtek = 4_221
Gainward = 4_272
NVIDIA = 4_318
Gigabyte = 5_208
MSI = 5_218
PNY_ = 5_451
Palit = 5_481
XFX = 5_762
Club3D = 6_509
PNY = 6_510
Zotac = 6_618
BFG = 6_641
PoV = 6_860
Galax = 6_988
EVGA = 14_402
Colorful = 29_559
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for VendorId
impl<'de> Deserialize<'de> for VendorId
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<VendorId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<VendorId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for VendorId
impl Ord for VendorId
Source§impl PartialOrd for VendorId
impl PartialOrd for VendorId
Source§impl Serialize for VendorId
impl Serialize for VendorId
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for VendorId
impl Eq for VendorId
impl StructuralPartialEq for VendorId
Auto Trait Implementations§
impl Freeze for VendorId
impl RefUnwindSafe for VendorId
impl Send for VendorId
impl Sync for VendorId
impl Unpin for VendorId
impl UnwindSafe for VendorId
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