#[repr(C)]pub struct EDITBALLOONTIP {
pub cbStruct: u32,
pub pszTitle: PWSTR,
pub pszText: PWSTR,
pub ttiIcon: EDITBALLOONTIP_ICON,
}Fields§
§cbStruct: u32§pszTitle: PWSTR§pszText: PWSTR§ttiIcon: EDITBALLOONTIP_ICONTrait Implementations§
Source§impl Abi for EDITBALLOONTIP
impl Abi for EDITBALLOONTIP
Source§type Abi = EDITBALLOONTIP
type Abi = EDITBALLOONTIP
The abi representation of the implementing type. Read more
type DefaultType = EDITBALLOONTIP
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 EDITBALLOONTIP
impl Clone for EDITBALLOONTIP
Source§fn clone(&self) -> EDITBALLOONTIP
fn clone(&self) -> EDITBALLOONTIP
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 EDITBALLOONTIP
impl Debug for EDITBALLOONTIP
Source§impl Default for EDITBALLOONTIP
impl Default for EDITBALLOONTIP
Source§impl PartialEq for EDITBALLOONTIP
impl PartialEq for EDITBALLOONTIP
impl Copy for EDITBALLOONTIP
impl Eq for EDITBALLOONTIP
Auto Trait Implementations§
impl Freeze for EDITBALLOONTIP
impl RefUnwindSafe for EDITBALLOONTIP
impl !Send for EDITBALLOONTIP
impl !Sync for EDITBALLOONTIP
impl Unpin for EDITBALLOONTIP
impl UnwindSafe for EDITBALLOONTIP
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