Struct winapi::commctrl::NMDATETIMEWMKEYDOWNA [] [src]

pub struct NMDATETIMEWMKEYDOWNA {
    pub nmhdr: NMHDR,
    pub nVirtKey: c_int,
    pub pszFormat: LPCSTR,
    pub st: SYSTEMTIME,
}

Fields

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

Trait Implementations

impl Debug for NMDATETIMEWMKEYDOWNA
[src]

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

Formats the value using the given formatter.

impl Copy for NMDATETIMEWMKEYDOWNA
[src]

impl Clone for NMDATETIMEWMKEYDOWNA
[src]

fn clone(&self) -> NMDATETIMEWMKEYDOWNA

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