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 | |
hbm | |
pszImage | |
cchImageMax | |
xOffsetPercent | |
yOffsetPercent |
Trait Implementations
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