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 | |
Height | |
Format | |
Stereo | |
SampleDesc | |
BufferUsage | |
BufferCount | |
Scaling | |
SwapEffect | |
AlphaMode | |
Flags |
Trait Implementations
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