Struct winapi::commctrl::TBREPLACEBITMAP
[−]
[src]
pub struct TBREPLACEBITMAP {
pub hInstOld: HINSTANCE,
pub nIDOld: UINT_PTR,
pub hInstNew: HINSTANCE,
pub nIDNew: UINT_PTR,
pub nButtons: c_int,
}Fields
hInstOld | |
nIDOld | |
hInstNew | |
nIDNew | |
nButtons |
Trait Implementations
impl Copy for TBREPLACEBITMAP[src]
impl Clone for TBREPLACEBITMAP[src]
fn clone(&self) -> TBREPLACEBITMAP
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