Struct winapi::dxgi1_2::DXGI_OUTDUPL_DESC [] [src]

pub struct DXGI_OUTDUPL_DESC {
    pub ModeDesc: DXGI_MODE_DESC,
    pub Rotation: DXGI_MODE_ROTATION,
    pub DesktopImageInSystemMemory: BOOL,
}

Fields

ModeDesc: DXGI_MODE_DESC Rotation: DXGI_MODE_ROTATION DesktopImageInSystemMemory: BOOL

Trait Implementations

impl Debug for DXGI_OUTDUPL_DESC
[src]

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

Formats the value using the given formatter.

impl Copy for DXGI_OUTDUPL_DESC
[src]

impl Clone for DXGI_OUTDUPL_DESC
[src]

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