Struct winapi::commctrl::LVBKIMAGEA [] [src]

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

Fields

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

Trait Implementations

impl Debug for LVBKIMAGEA
[src]

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

Formats the value using the given formatter.

impl Copy for LVBKIMAGEA
[src]

impl Clone for LVBKIMAGEA
[src]

fn clone(&self) -> LVBKIMAGEA

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