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 | |
SampleDesc | |
BufferUsage | |
BufferCount | |
OutputWindow | |
Windowed | |
SwapEffect | |
Flags |
Trait Implementations
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