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: HINSTANCE nIDOld: UINT_PTR hInstNew: HINSTANCE nIDNew: UINT_PTR nButtons: c_int

Trait Implementations

impl Debug for TBREPLACEBITMAP
[src]

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

Formats the value using the given formatter.

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