pub struct CaptureChanged {
pub hwnd_gaining_mouse: HWND,
}Available on crate feature
user only.Expand description
WM_CAPTURECHANGED
message parameters.
Return type: ().
Fields§
§hwnd_gaining_mouse: HWNDTrait Implementations§
Source§impl MsgSend for CaptureChanged
impl MsgSend for CaptureChanged
Source§unsafe fn isize_to_ret(&self, _: isize) -> Self::RetType
unsafe fn isize_to_ret(&self, _: isize) -> Self::RetType
Unmarshaling method which converts the generic
isize return value to
the specific type returned by the message. Read moreSource§fn as_generic_wm(&mut self) -> WndMsg
fn as_generic_wm(&mut self) -> WndMsg
Marshaling method which converts the specific message parameters struct
into the generic
WndMsg message struct.Source§impl MsgSendRecv for CaptureChanged
impl MsgSendRecv for CaptureChanged
Auto Trait Implementations§
impl Freeze for CaptureChanged
impl RefUnwindSafe for CaptureChanged
impl Send for CaptureChanged
impl !Sync for CaptureChanged
impl Unpin for CaptureChanged
impl UnwindSafe for CaptureChanged
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