Struct winapi::commctrl::NMVIEWCHANGE [] [src]

pub struct NMVIEWCHANGE {
    pub nmhdr: NMHDR,
    pub dwOldView: DWORD,
    pub dwNewView: DWORD,
}

Fields

nmhdr
dwOldView
dwNewView

Trait Implementations

impl Copy for NMVIEWCHANGE
[src]

impl Clone for NMVIEWCHANGE
[src]

fn clone(&self) -> NMVIEWCHANGE

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 NMVIEWCHANGE
[src]

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

Formats the value using the given formatter.