Struct cdp::system_info::GpuInfo [] [src]

pub struct GpuInfo<'a> {
    pub devices: Vec<GpuDevice<'a>>,
    pub aux_attributes: Option<Empty>,
    pub feature_status: Option<Empty>,
    pub driver_bug_workarounds: Vec<Cow<'a, str>>,
}

[Experimental] Provides information about the GPU(s) on the system.

Fields

The graphics devices on the system. Element 0 is the primary GPU.

An optional dictionary of additional GPU related attributes.

An optional dictionary of graphics features and their status.

An optional array of GPU driver bug workarounds.

Trait Implementations

impl<'a> Clone for GpuInfo<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for GpuInfo<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for GpuInfo<'a>
[src]

[src]

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

[src]

This method tests for !=.