Struct winapi::wincon::MENU_EVENT_RECORD [] [src]

pub struct MENU_EVENT_RECORD {
    pub dwCommandId: UINT,
}

Fields

dwCommandId: UINT

Trait Implementations

impl Debug for MENU_EVENT_RECORD
[src]

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

Formats the value using the given formatter.

impl Copy for MENU_EVENT_RECORD
[src]

impl Clone for MENU_EVENT_RECORD
[src]

fn clone(&self) -> MENU_EVENT_RECORD

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