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 | |
pDirtyRects | |
pScrollRect | |
pScrollOffset |
Trait Implementations
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