Struct winapi::dxgi::DXGI_OUTPUT_DESC [] [src]

pub struct DXGI_OUTPUT_DESC {
    pub DeviceName: [WCHAR; 32],
    pub DesktopCoordinates: RECT,
    pub AttachedToDesktop: BOOL,
    pub Rotation: DXGI_MODE_ROTATION,
    pub Monitor: HMONITOR,
}

Fields

DeviceName: [WCHAR; 32] DesktopCoordinates: RECT AttachedToDesktop: BOOL Rotation: DXGI_MODE_ROTATION Monitor: HMONITOR

Trait Implementations

impl Copy for DXGI_OUTPUT_DESC
[src]

impl Clone for DXGI_OUTPUT_DESC
[src]

fn clone(&self) -> DXGI_OUTPUT_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