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 | |
pData | |
pCurrent | |
cbData | |
iItem | |
cButtons | |
tbButton |
Trait Implementations
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