Struct wgpu_types::AdapterInfo [−][src]
pub struct AdapterInfo {
pub name: String,
pub vendor: usize,
pub device: usize,
pub device_type: DeviceType,
pub backend: Backend,
}Expand description
Information about an adapter.
Fields
name: StringAdapter name
vendor: usizeVendor PCI id of the adapter
device: usizePCI id of the adapter
device_type: DeviceTypeType of device
backend: BackendBackend used for device
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AdapterInfo
impl Send for AdapterInfo
impl Sync for AdapterInfo
impl Unpin for AdapterInfo
impl UnwindSafe for AdapterInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
