Struct winapi::commctrl::TBADDBITMAP [] [src]

pub struct TBADDBITMAP {
    pub hInst: HINSTANCE,
    pub nID: UINT_PTR,
}

Fields

hInst: HINSTANCE nID: UINT_PTR

Trait Implementations

impl Debug for TBADDBITMAP
[src]

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

Formats the value using the given formatter.

impl Copy for TBADDBITMAP
[src]

impl Clone for TBADDBITMAP
[src]

fn clone(&self) -> TBADDBITMAP

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