pub struct HitTest<'a> {
pub info: &'a TVHITTESTINFO,
}Available on crate feature
comctl only.Expand description
TVM_HITTEST
message parameters.
Return type: Option<HTREEITEM>.
Fields§
§info: &'a TVHITTESTINFOTrait Implementations§
source§impl<'a> MsgSend for HitTest<'a>
impl<'a> MsgSend for HitTest<'a>
§type RetType = Option<HTREEITEM>
type RetType = Option<HTREEITEM>
Available on crate feature
user only.The specific type of the value returned by the message.
source§fn convert_ret(&self, v: isize) -> Self::RetType
fn convert_ret(&self, v: isize) -> Self::RetType
Available on crate feature
user only.Converts the generic
isize return value to the specific type returned
by the message.source§fn as_generic_wm(&mut self) -> WndMsg
fn as_generic_wm(&mut self) -> WndMsg
Available on crate feature
user only.Converts the specific message parameters struct into the generic
WndMsg message struct.