Struct winapi::commctrl::NMTBSAVE [] [src]

pub struct NMTBSAVE {
    pub hdr: NMHDR,
    pub pData: *mut DWORD,
    pub pCurrent: *mut DWORD,
    pub cbData: UINT,
    pub iItem: c_int,
    pub cButtons: c_int,
    pub tbButton: TBBUTTON,
}

Fields

hdr: NMHDR pData: *mut DWORD pCurrent: *mut DWORD cbData: UINT iItem: c_int cButtons: c_int tbButton: TBBUTTON

Trait Implementations

impl Debug for NMTBSAVE
[src]

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

Formats the value using the given formatter.

impl Copy for NMTBSAVE
[src]

impl Clone for NMTBSAVE
[src]

fn clone(&self) -> NMTBSAVE

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