pub enum AdapterType {
DiscreteGpu,
IntegratedGpu,
Cpu,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for AdapterType
impl Clone for AdapterType
Source§fn clone(&self) -> AdapterType
fn clone(&self) -> AdapterType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AdapterType
impl Debug for AdapterType
Source§impl From<AdapterType> for c_uint
impl From<AdapterType> for c_uint
Source§fn from(value: AdapterType) -> Self
fn from(value: AdapterType) -> Self
Converts to this type from the input type.
Source§impl From<u32> for AdapterType
impl From<u32> for AdapterType
Source§impl Hash for AdapterType
impl Hash for AdapterType
Source§impl PartialEq for AdapterType
impl PartialEq for AdapterType
impl Copy for AdapterType
impl Eq for AdapterType
impl StructuralPartialEq for AdapterType
Auto Trait Implementations§
impl Freeze for AdapterType
impl RefUnwindSafe for AdapterType
impl Send for AdapterType
impl Sync for AdapterType
impl Unpin for AdapterType
impl UnsafeUnpin for AdapterType
impl UnwindSafe for AdapterType
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