pub struct MenuDrag {
pub position: u32,
pub hmenu: HMENU,
}
Available on crate feature
user
only.Expand description
WM_MENUDRAG
message parameters.
Return type: co::MND
.
Fields§
§position: u32
Trait Implementations§
Source§impl MsgSend for MenuDrag
impl MsgSend for MenuDrag
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 MenuDrag
impl MsgSendRecv for MenuDrag
Auto Trait Implementations§
impl Freeze for MenuDrag
impl RefUnwindSafe for MenuDrag
impl Send for MenuDrag
impl !Sync for MenuDrag
impl Unpin for MenuDrag
impl UnwindSafe for MenuDrag
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