#[repr(C)]pub struct NMTOOLTIPSCREATED {
pub hdr: NMHDR,
pub hwndToolTips: HWND,
}
Fields§
§hdr: NMHDR
§hwndToolTips: HWND
Trait Implementations§
Source§impl Abi for NMTOOLTIPSCREATED
impl Abi for NMTOOLTIPSCREATED
Source§type Abi = NMTOOLTIPSCREATED
type Abi = NMTOOLTIPSCREATED
The abi representation of the implementing type. Read more
type DefaultType = NMTOOLTIPSCREATED
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for NMTOOLTIPSCREATED
impl Clone for NMTOOLTIPSCREATED
Source§fn clone(&self) -> NMTOOLTIPSCREATED
fn clone(&self) -> NMTOOLTIPSCREATED
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NMTOOLTIPSCREATED
impl Debug for NMTOOLTIPSCREATED
Source§impl Default for NMTOOLTIPSCREATED
impl Default for NMTOOLTIPSCREATED
Source§impl PartialEq for NMTOOLTIPSCREATED
impl PartialEq for NMTOOLTIPSCREATED
impl Copy for NMTOOLTIPSCREATED
impl Eq for NMTOOLTIPSCREATED
Auto Trait Implementations§
impl Freeze for NMTOOLTIPSCREATED
impl RefUnwindSafe for NMTOOLTIPSCREATED
impl Send for NMTOOLTIPSCREATED
impl Sync for NMTOOLTIPSCREATED
impl Unpin for NMTOOLTIPSCREATED
impl UnwindSafe for NMTOOLTIPSCREATED
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