pub enum GpuVendor {
NVIDIA,
AMD,
UNKNOWN,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GpuVendor
impl RefUnwindSafe for GpuVendor
impl Send for GpuVendor
impl Sync for GpuVendor
impl Unpin for GpuVendor
impl UnwindSafe for GpuVendor
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