Struct winapi::dxgi::DXGI_SWAP_CHAIN_DESC [] [src]

pub struct DXGI_SWAP_CHAIN_DESC {
    pub BufferDesc: DXGI_MODE_DESC,
    pub SampleDesc: DXGI_SAMPLE_DESC,
    pub BufferUsage: DXGI_USAGE,
    pub BufferCount: UINT,
    pub OutputWindow: HWND,
    pub Windowed: BOOL,
    pub SwapEffect: DXGI_SWAP_EFFECT,
    pub Flags: UINT,
}

Fields

BufferDesc: DXGI_MODE_DESC SampleDesc: DXGI_SAMPLE_DESC BufferUsage: DXGI_USAGE BufferCount: UINT OutputWindow: HWND Windowed: BOOL SwapEffect: DXGI_SWAP_EFFECT Flags: UINT

Trait Implementations

impl Debug for DXGI_SWAP_CHAIN_DESC
[src]

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

Formats the value using the given formatter.

impl Copy for DXGI_SWAP_CHAIN_DESC
[src]

impl Clone for DXGI_SWAP_CHAIN_DESC
[src]

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