Struct winapi::commctrl::NMOBJECTNOTIFY
[−]
[src]
pub struct NMOBJECTNOTIFY {
pub hdr: NMHDR,
pub iItem: c_int,
pub piid: *const IID,
pub pObject: *mut c_void,
pub hResult: HRESULT,
pub dwFlags: DWORD,
}Fields
hdr | |
iItem | |
piid | |
pObject | |
hResult | |
dwFlags |
Trait Implementations
impl Copy for NMOBJECTNOTIFY[src]
impl Clone for NMOBJECTNOTIFY[src]
fn clone(&self) -> NMOBJECTNOTIFY
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