Struct winapi::dxgi1_2::DXGI_MODE_DESC1
[−]
[src]
pub struct DXGI_MODE_DESC1 { pub Width: UINT, pub Height: UINT, pub RefreshRate: DXGI_RATIONAL, pub Format: DXGI_FORMAT, pub ScanlineOrdering: DXGI_MODE_SCANLINE_ORDER, pub Scaling: DXGI_MODE_SCALING, pub Stereo: BOOL, }
Fields
Width | |
Height | |
RefreshRate | |
Format | |
ScanlineOrdering | |
Scaling | |
Stereo |
Trait Implementations
impl Copy for DXGI_MODE_DESC1
[src]
impl Clone for DXGI_MODE_DESC1
[src]
fn clone(&self) -> DXGI_MODE_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