pub struct Msg {
pub window: HWND,
pub message: UINT,
pub w_param: WPARAM,
pub l_param: LPARAM,
pub time: DWORD,
pub point: Point,
/* private fields */
}Fields§
§window: HWND§message: UINT§w_param: WPARAM§l_param: LPARAM§time: DWORD§point: PointAuto Trait Implementations§
impl !Send for Msg
impl !Sync for Msg
impl Freeze for Msg
impl RefUnwindSafe for Msg
impl Unpin for Msg
impl UnsafeUnpin for Msg
impl UnwindSafe for Msg
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