pub struct NcHitTest {
pub cursor_pos: POINT,
}
Available on crate feature
user
only.Expand description
WM_NCHITTEST
message parameters.
Return type: co::HT
.
Fields§
§cursor_pos: POINT
Trait Implementations§
Source§impl MsgSend for NcHitTest
impl MsgSend for NcHitTest
Source§unsafe fn isize_to_ret(&self, v: isize) -> Self::RetType
unsafe fn isize_to_ret(&self, v: 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 NcHitTest
impl MsgSendRecv for NcHitTest
Auto Trait Implementations§
impl Freeze for NcHitTest
impl RefUnwindSafe for NcHitTest
impl Send for NcHitTest
impl Sync for NcHitTest
impl Unpin for NcHitTest
impl UnwindSafe for NcHitTest
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