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: UINT Height: UINT Format: DXGI_FORMAT SampleDesc: DXGI_SAMPLE_DESC

Trait Implementations

impl Debug for DXGI_SURFACE_DESC
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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