Struct winapi::dxgi::DXGI_SURFACE_DESC
[−]
[src]
pub struct DXGI_SURFACE_DESC { pub Width: UINT, pub Height: UINT, pub Format: DXGI_FORMAT, pub SampleDesc: DXGI_SAMPLE_DESC, }
Fields
Width | |
Height | |
Format | |
SampleDesc |
Trait Implementations
impl Copy for DXGI_SURFACE_DESC
[src]
impl Clone for DXGI_SURFACE_DESC
[src]
fn clone(&self) -> DXGI_SURFACE_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