Struct dxgi_win::structures::DXGI_MODE_DESC [] [src]

pub struct DXGI_MODE_DESC {
    pub Width: UINT,
    pub Height: UINT,
    pub RefreshRate: DXGI_RATIONAL,
    pub Format: DXGI_FORMAT,
    pub ScanlineOrdering: DXGI_MODE_SCANLINE_ORDER,
    pub Scaling: DXGI_MODE_SCALING,
}

Fields

Width
Height
RefreshRate
Format
ScanlineOrdering
Scaling