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 AdapterInfoimpl Send for AdapterInfoimpl Sync for AdapterInfoimpl Unpin for AdapterInfoimpl UnwindSafe for AdapterInfoBlanket Implementations
Mutably borrows from an owned value. Read more