Struct winapi::commctrl::EDITBALLOONTIP
[−]
[src]
pub struct EDITBALLOONTIP { pub cbStruct: DWORD, pub pszTitle: LPCWSTR, pub pszText: LPCWSTR, pub ttiIcon: INT, }
Fields
cbStruct | |
pszTitle | |
pszText | |
ttiIcon |
Trait Implementations
impl Copy for EDITBALLOONTIP
[src]
impl Clone for EDITBALLOONTIP
[src]
fn clone(&self) -> EDITBALLOONTIP
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more