Enum gfx_hal::adapter::DeviceType [−][src]
pub enum DeviceType { Other, IntegratedGpu, DiscreteGpu, VirtualGpu, Cpu, }
The type of a physical graphics device
Variants
Other
Integrated
Discrete
Virtual / Hosted
CPU / Software Rendering
Trait Implementations
impl Clone for DeviceType
[src]
impl Clone for DeviceType
[src]fn clone(&self) -> DeviceType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Eq for DeviceType
[src]
impl Eq for DeviceType
[src]impl PartialEq<DeviceType> for DeviceType
[src]
impl PartialEq<DeviceType> for DeviceType
[src]impl StructuralEq for DeviceType
[src]
impl StructuralEq for DeviceType
[src]impl StructuralPartialEq for DeviceType
[src]
impl StructuralPartialEq for DeviceType
[src]Auto Trait Implementations
impl RefUnwindSafe for DeviceType
impl RefUnwindSafe for DeviceType
impl Send for DeviceType
impl Send for DeviceType
impl Sync for DeviceType
impl Sync for DeviceType
impl Unpin for DeviceType
impl Unpin for DeviceType
impl UnwindSafe for DeviceType
impl UnwindSafe for DeviceType