pub struct GetImageList {
pub kind: HDSIL,
}
Available on crate features
user
and comctl
only.Expand description
HDM_GETIMAGELIST
message parameters.
Return type: Option<HIMAGELIST>
.
Fields§
§kind: HDSIL
Trait Implementations§
Source§impl MsgSend for GetImageList
impl MsgSend for GetImageList
Source§type RetType = Option<HIMAGELIST>
type RetType = Option<HIMAGELIST>
Available on crate feature
user
only.The specific type of the value returned by the message.
Source§unsafe fn isize_to_ret(&self, v: isize) -> Self::RetType
unsafe fn isize_to_ret(&self, v: isize) -> Self::RetType
Available on crate feature
user
only.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
Available on crate feature
user
only.Marshaling method which converts the specific message parameters struct
into the generic
WndMsg
message struct.Auto Trait Implementations§
impl Freeze for GetImageList
impl RefUnwindSafe for GetImageList
impl Send for GetImageList
impl Sync for GetImageList
impl Unpin for GetImageList
impl UnwindSafe for GetImageList
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