pub enum CommandMsg {
MenuItem {
id: u16,
},
Accelerator {
id: u16,
},
ControlMsg {
msg_id: u16,
control_id: u16,
control_hwnd: HWND,
},
}
Variants§
Auto Trait Implementations§
impl Freeze for CommandMsg
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