Struct winapi::winuser::PAINTSTRUCT
[−]
[src]
pub struct PAINTSTRUCT {
pub hdc: HDC,
pub fErase: BOOL,
pub rcPaint: RECT,
pub fRestore: BOOL,
pub fIncUpdate: BOOL,
pub rgbReserved: [BYTE; 32],
}Fields
hdc | |
fErase | |
rcPaint | |
fRestore | |
fIncUpdate | |
rgbReserved |
Trait Implementations
impl Copy for PAINTSTRUCT[src]
impl Clone for PAINTSTRUCT[src]
fn clone(&self) -> PAINTSTRUCT
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