Struct dxgi_win::structures::DXGI_OUTPUT_DESC [] [src]

pub struct DXGI_OUTPUT_DESC {
    pub DeviceName: [WCHAR; 32],
    pub DesktopCoordinates: RECT,
    pub AttachedToDesktop: BOOL,
    pub Rotation: DXGI_MODE_ROTATION,
    pub Monitor: HMONITOR,
}

Fields

DeviceName
DesktopCoordinates
AttachedToDesktop
Rotation
Monitor