#[repr(C)]pub struct EDITBALLOONTIP {
pub cbStruct: DWORD,
pub pszTitle: LPCWSTR,
pub pszText: LPCWSTR,
pub ttiIcon: INT,
}
Fields§
§cbStruct: DWORD
§pszTitle: LPCWSTR
§pszText: LPCWSTR
§ttiIcon: INT
Trait Implementations§
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 Default for EDITBALLOONTIP
impl Default for EDITBALLOONTIP
Source§fn default() -> EDITBALLOONTIP
fn default() -> EDITBALLOONTIP
Returns the “default value” for a type. Read more
impl Copy 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