Struct windows_sys::Win32::System::Console::MENU_EVENT_RECORD
[−]#[repr(C)]pub struct MENU_EVENT_RECORD {
pub dwCommandId: u32,
}
Expand description
Required features: "Win32_System_Console"
Fields
dwCommandId: u32
Trait Implementations
impl Clone for MENU_EVENT_RECORD
impl Clone for MENU_EVENT_RECORD
impl Copy for MENU_EVENT_RECORD
Auto Trait Implementations
impl RefUnwindSafe for MENU_EVENT_RECORD
impl Send for MENU_EVENT_RECORD
impl Sync for MENU_EVENT_RECORD
impl Unpin for MENU_EVENT_RECORD
impl UnwindSafe for MENU_EVENT_RECORD
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more