Enum windows_helpers::win32_app::window::CommandMsg
source · pub enum CommandMsg {
MenuItem {
id: u16,
},
Accelerator {
id: u16,
},
ControlMsg {
msg_id: u16,
control_id: u16,
control_hwnd: HWND,
},
}Variants§
Auto Trait Implementations§
impl RefUnwindSafe for CommandMsg
impl Send for CommandMsg
impl Sync for CommandMsg
impl Unpin for CommandMsg
impl UnwindSafe for CommandMsg
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more