Struct winapi::commctrl::NMSELCHANGE [] [src]

pub struct NMSELCHANGE {
    pub nmhdr: NMHDR,
    pub stSelStart: SYSTEMTIME,
    pub stSelEnd: SYSTEMTIME,
}

Fields

nmhdr: NMHDR stSelStart: SYSTEMTIME stSelEnd: SYSTEMTIME

Trait Implementations

impl Debug for NMSELCHANGE
[src]

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

Formats the value using the given formatter.

impl Copy for NMSELCHANGE
[src]

impl Clone for NMSELCHANGE
[src]

fn clone(&self) -> NMSELCHANGE

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