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