Struct winapi::dxgitype::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: UINT Height: UINT RefreshRate: DXGI_RATIONAL Format: DXGI_FORMAT ScanlineOrdering: DXGI_MODE_SCANLINE_ORDER Scaling: DXGI_MODE_SCALING

Trait Implementations

impl Debug for DXGI_MODE_DESC
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for DXGI_MODE_DESC
[src]

impl Clone for DXGI_MODE_DESC
[src]

fn clone(&self) -> DXGI_MODE_DESC

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more