Struct winapi::dxgitype::DXGI_MODE_DESC
[−]
[src]
pub struct DXGI_MODE_DESC { 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, }
Fields
Width | |
Height | |
RefreshRate | |
Format | |
ScanlineOrdering | |
Scaling |
Trait Implementations
impl Copy for DXGI_MODE_DESC
[src]
impl Clone for DXGI_MODE_DESC
[src]
fn clone(&self) -> DXGI_MODE_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