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 | |
ScanlineOrdering | |
Scaling | |
Windowed |
Trait Implementations
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