Struct winapi::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

Derived Implementations

impl Debug for PAINTSTRUCT

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

impl Copy for PAINTSTRUCT

impl Clone for PAINTSTRUCT

fn clone(&self) -> PAINTSTRUCT

fn clone_from(&mut self, source: &Self)