Struct nvapi_sys::gpu::display::NV_GPU_DISPLAYIDS [] [src]

#[repr(C)]
pub struct NV_GPU_DISPLAYIDS { pub version: u32, pub connectorType: NV_MONITOR_CONN_TYPE, pub displayId: u32, pub flags: NV_GPU_DISPLAYIDS_FLAGS, }

Fields

out: vga, tv, dvi, hdmi and dp. This is reserved for future use and clients should not rely on this information. Instead get the GPU connector type from NvAPI_GPU_GetConnectorInfo/NvAPI_GPU_GetConnectorInfoEx

this is a unique identifier for each device

if bit is set then this display is part of MST topology and it's a dynamic

Methods

impl NV_GPU_DISPLAYIDS
[src]

[src]

Trait Implementations

impl Copy for NV_GPU_DISPLAYIDS
[src]

impl Clone for NV_GPU_DISPLAYIDS
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NV_GPU_DISPLAYIDS
[src]

[src]

Formats the value using the given formatter. Read more