Struct winapi::commctrl::NMTBRESTORE [] [src]

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

Fields

hdr
pData
pCurrent
cbData
iItem
cButtons
cbBytesPerRecord
tbButton

Trait Implementations

impl Copy for NMTBRESTORE
[src]

impl Clone for NMTBRESTORE
[src]

fn clone(&self) -> NMTBRESTORE

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

Derived Implementations

impl Debug for NMTBRESTORE
[src]

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

Formats the value using the given formatter.