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: NMHDR iItem: c_int piid: *const IID pObject: *mut c_void hResult: HRESULT dwFlags: DWORD

Trait Implementations

impl Debug for NMOBJECTNOTIFY
[src]

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

Formats the value using the given formatter.

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