Struct gfx_core::AdapterInfo [] [src]

pub struct AdapterInfo {
    pub name: String,
    pub vendor: usize,
    pub device: usize,
    pub software_rendering: bool,
}

Information about a backend adapater.

Fields

Adapter name

Vendor PCI id of the adapter

PCI id of the adapter

The device is based on a software rasterizer

Trait Implementations

impl Clone for AdapterInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AdapterInfo
[src]

Formats the value using the given formatter.

impl Eq for AdapterInfo
[src]

impl PartialEq for AdapterInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.