Struct winapi::wincon::MENU_EVENT_RECORD
[−]
[src]
pub struct MENU_EVENT_RECORD { pub dwCommandId: UINT, }
Fields
dwCommandId |
Trait Implementations
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