Struct winapi::dxgi1_2::DXGI_SWAP_CHAIN_FULLSCREEN_DESC [] [src]

pub struct DXGI_SWAP_CHAIN_FULLSCREEN_DESC {
    pub RefreshRate: DXGI_RATIONAL,
    pub ScanlineOrdering: DXGI_MODE_SCANLINE_ORDER,
    pub Scaling: DXGI_MODE_SCALING,
    pub Windowed: BOOL,
}

Fields

RefreshRate: DXGI_RATIONAL ScanlineOrdering: DXGI_MODE_SCANLINE_ORDER Scaling: DXGI_MODE_SCALING Windowed: BOOL

Trait Implementations

impl Debug for DXGI_SWAP_CHAIN_FULLSCREEN_DESC
[src]

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

Formats the value using the given formatter.

impl Copy for DXGI_SWAP_CHAIN_FULLSCREEN_DESC
[src]

impl Clone for DXGI_SWAP_CHAIN_FULLSCREEN_DESC
[src]

fn clone(&self) -> DXGI_SWAP_CHAIN_FULLSCREEN_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