Struct windows_sys::Win32::UI::TextServices::TF_LBBALLOONINFO
[−]#[repr(C)]pub struct TF_LBBALLOONINFO {
pub style: TfLBBalloonStyle,
pub bstrText: BSTR,
}
Expand description
Required features: "Win32_UI_TextServices"
, "Win32_Foundation"
Fields
style: TfLBBalloonStyle
bstrText: BSTR
Trait Implementations
impl Clone for TF_LBBALLOONINFO
impl Clone for TF_LBBALLOONINFO
impl Copy for TF_LBBALLOONINFO
Auto Trait Implementations
impl RefUnwindSafe for TF_LBBALLOONINFO
impl !Send for TF_LBBALLOONINFO
impl !Sync for TF_LBBALLOONINFO
impl Unpin for TF_LBBALLOONINFO
impl UnwindSafe for TF_LBBALLOONINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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