pub enum Brand {
Show 18 variants
Unknown,
Quadro,
Tesla,
Nvs,
Grid,
GeForce,
Titan,
NvidiaVApps,
NvidiaVpc,
NvidiaVcs,
NvidiaVws,
NvidiaCloudGaming,
QuadroRtx,
NvidiaRtx,
Nvidia,
GeForceRtx,
TitanRtx,
Other(u32),
}Variants§
Unknown
Quadro
Tesla
Nvs
Grid
GeForce
Titan
NvidiaVApps
NvidiaVpc
NvidiaVcs
NvidiaVws
NvidiaCloudGaming
QuadroRtx
NvidiaRtx
Nvidia
GeForceRtx
TitanRtx
Other(u32)
Implementations§
Trait Implementations§
impl Copy for Brand
impl Eq for Brand
impl StructuralPartialEq for Brand
Auto Trait Implementations§
impl Freeze for Brand
impl RefUnwindSafe for Brand
impl Send for Brand
impl Sync for Brand
impl Unpin for Brand
impl UnsafeUnpin for Brand
impl UnwindSafe for Brand
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