Struct winapi::commctrl::IMAGELISTDRAWPARAMS [] [src]

pub struct IMAGELISTDRAWPARAMS {
    pub cbSize: DWORD,
    pub himl: HIMAGELIST,
    pub i: c_int,
    pub hdcDst: HDC,
    pub x: c_int,
    pub y: c_int,
    pub cx: c_int,
    pub cy: c_int,
    pub xBitmap: c_int,
    pub yBitmap: c_int,
    pub rgbBk: COLORREF,
    pub rgbFg: COLORREF,
    pub fStyle: UINT,
    pub dwRop: DWORD,
    pub fState: DWORD,
    pub Frame: DWORD,
    pub crEffect: COLORREF,
}

Fields

cbSize
himl
i
hdcDst
x
y
cx
cy
xBitmap
yBitmap
rgbBk
rgbFg
fStyle
dwRop
fState
Frame
crEffect

Trait Implementations

impl Copy for IMAGELISTDRAWPARAMS
[src]

impl Clone for IMAGELISTDRAWPARAMS
[src]

fn clone(&self) -> IMAGELISTDRAWPARAMS

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

Derived Implementations

impl Debug for IMAGELISTDRAWPARAMS
[src]

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

Formats the value using the given formatter.