Struct winapi::dxgi1_2::DXGI_PRESENT_PARAMETERS [] [src]

pub struct DXGI_PRESENT_PARAMETERS {
    pub DirtyRectsCount: UINT,
    pub pDirtyRects: *mut RECT,
    pub pScrollRect: *mut RECT,
    pub pScrollOffset: *mut POINT,
}

Fields

DirtyRectsCount: UINT pDirtyRects: *mut RECT pScrollRect: *mut RECT pScrollOffset: *mut POINT

Trait Implementations

impl Debug for DXGI_PRESENT_PARAMETERS
[src]

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

Formats the value using the given formatter.

impl Copy for DXGI_PRESENT_PARAMETERS
[src]

impl Clone for DXGI_PRESENT_PARAMETERS
[src]

fn clone(&self) -> DXGI_PRESENT_PARAMETERS

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