Struct winapi::commctrl::NMDATETIMEWMKEYDOWNW [] [src]

pub struct NMDATETIMEWMKEYDOWNW {
    pub nmhdr: NMHDR,
    pub nVirtKey: c_int,
    pub pszFormat: LPCWSTR,
    pub st: SYSTEMTIME,
}

Fields

nmhdr: NMHDR nVirtKey: c_int pszFormat: LPCWSTR st: SYSTEMTIME

Trait Implementations

impl Debug for NMDATETIMEWMKEYDOWNW
[src]

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

Formats the value using the given formatter.

impl Copy for NMDATETIMEWMKEYDOWNW
[src]

impl Clone for NMDATETIMEWMKEYDOWNW
[src]

fn clone(&self) -> NMDATETIMEWMKEYDOWNW

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