Struct winapi::um::winuser::PAINTSTRUCT
source · #[repr(C)]pub struct PAINTSTRUCT {
pub hdc: HDC,
pub fErase: BOOL,
pub rcPaint: RECT,
pub fRestore: BOOL,
pub fIncUpdate: BOOL,
pub rgbReserved: [BYTE; 32],
}
Fields§
§hdc: HDC
§fErase: BOOL
§rcPaint: RECT
§fRestore: BOOL
§fIncUpdate: BOOL
§rgbReserved: [BYTE; 32]
Trait Implementations§
source§impl Clone for PAINTSTRUCT
impl Clone for PAINTSTRUCT
source§fn clone(&self) -> PAINTSTRUCT
fn clone(&self) -> PAINTSTRUCT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for PAINTSTRUCT
impl Default for PAINTSTRUCT
source§fn default() -> PAINTSTRUCT
fn default() -> PAINTSTRUCT
Returns the “default value” for a type. Read more