Struct winapi::commctrl::LVBKIMAGEW [] [src]

pub struct LVBKIMAGEW {
    pub ulFlags: ULONG,
    pub hbm: HBITMAP,
    pub pszImage: LPWSTR,
    pub cchImageMax: UINT,
    pub xOffsetPercent: c_int,
    pub yOffsetPercent: c_int,
}

Fields

ulFlags: ULONG hbm: HBITMAP pszImage: LPWSTR cchImageMax: UINT xOffsetPercent: c_int yOffsetPercent: c_int

Trait Implementations

impl Debug for LVBKIMAGEW
[src]

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

Formats the value using the given formatter.

impl Copy for LVBKIMAGEW
[src]

impl Clone for LVBKIMAGEW
[src]

fn clone(&self) -> LVBKIMAGEW

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