Struct windows_sys::Win32::UI::Controls::EDITBALLOONTIP
[−]#[repr(C)]pub struct EDITBALLOONTIP {
pub cbStruct: u32,
pub pszTitle: PCWSTR,
pub pszText: PCWSTR,
pub ttiIcon: EDITBALLOONTIP_ICON,
}
Expand description
Required features: "Win32_UI_Controls"
Fields
cbStruct: u32
pszTitle: PCWSTR
pszText: PCWSTR
ttiIcon: EDITBALLOONTIP_ICON
Trait Implementations
impl Clone for EDITBALLOONTIP
impl Clone for EDITBALLOONTIP
impl Copy for EDITBALLOONTIP
Auto Trait Implementations
impl RefUnwindSafe for EDITBALLOONTIP
impl !Send for EDITBALLOONTIP
impl !Sync for EDITBALLOONTIP
impl Unpin for EDITBALLOONTIP
impl UnwindSafe for EDITBALLOONTIP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more