Struct winapi::commctrl::NMTBHOTITEM [] [src]

pub struct NMTBHOTITEM {
    pub hdr: NMHDR,
    pub idOld: c_int,
    pub idNew: c_int,
    pub dwFlags: DWORD,
}

Fields

hdr: NMHDR idOld: c_int idNew: c_int dwFlags: DWORD

Trait Implementations

impl Debug for NMTBHOTITEM
[src]

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

Formats the value using the given formatter.

impl Copy for NMTBHOTITEM
[src]

impl Clone for NMTBHOTITEM
[src]

fn clone(&self) -> NMTBHOTITEM

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