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: HDC fErase: BOOL rcPaint: RECT fRestore: BOOL fIncUpdate: BOOL rgbReserved: [BYTE; 32]

Trait Implementations

impl Debug for PAINTSTRUCT
[src]

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

Formats the value using the given formatter.

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