Struct windows_sys::Win32::Graphics::Dxgi::DXGI_PRESENT_PARAMETERS
[−]#[repr(C)]pub struct DXGI_PRESENT_PARAMETERS {
pub DirtyRectsCount: u32,
pub pDirtyRects: *mut RECT,
pub pScrollRect: *mut RECT,
pub pScrollOffset: *mut POINT,
}
Expand description
Required features: "Win32_Graphics_Dxgi"
, "Win32_Foundation"
Fields
DirtyRectsCount: u32
pDirtyRects: *mut RECT
pScrollRect: *mut RECT
pScrollOffset: *mut POINT
Trait Implementations
impl Clone for DXGI_PRESENT_PARAMETERS
impl Clone for DXGI_PRESENT_PARAMETERS
impl Copy for DXGI_PRESENT_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for DXGI_PRESENT_PARAMETERS
impl !Send for DXGI_PRESENT_PARAMETERS
impl !Sync for DXGI_PRESENT_PARAMETERS
impl Unpin for DXGI_PRESENT_PARAMETERS
impl UnwindSafe for DXGI_PRESENT_PARAMETERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more