Struct winapi::dxgi1_2::DXGI_SWAP_CHAIN_DESC1 [] [src]

pub struct DXGI_SWAP_CHAIN_DESC1 {
    pub Width: UINT,
    pub Height: UINT,
    pub Format: DXGI_FORMAT,
    pub Stereo: BOOL,
    pub SampleDesc: DXGI_SAMPLE_DESC,
    pub BufferUsage: DXGI_USAGE,
    pub BufferCount: UINT,
    pub Scaling: DXGI_SCALING,
    pub SwapEffect: DXGI_SWAP_EFFECT,
    pub AlphaMode: DXGI_ALPHA_MODE,
    pub Flags: UINT,
}

Fields

Width: UINT Height: UINT Format: DXGI_FORMAT Stereo: BOOL SampleDesc: DXGI_SAMPLE_DESC BufferUsage: DXGI_USAGE BufferCount: UINT Scaling: DXGI_SCALING SwapEffect: DXGI_SWAP_EFFECT AlphaMode: DXGI_ALPHA_MODE Flags: UINT

Trait Implementations

impl Debug for DXGI_SWAP_CHAIN_DESC1
[src]

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

Formats the value using the given formatter.

impl Copy for DXGI_SWAP_CHAIN_DESC1
[src]

impl Clone for DXGI_SWAP_CHAIN_DESC1
[src]

fn clone(&self) -> DXGI_SWAP_CHAIN_DESC1

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