#[repr(C)]pub struct DTTOPTS {Show 15 fields
pub dwSize: u32,
pub dwFlags: DTTOPTS_FLAGS,
pub crText: COLORREF,
pub crBorder: COLORREF,
pub crShadow: COLORREF,
pub iTextShadowType: i32,
pub ptShadowOffset: POINT,
pub iBorderSize: i32,
pub iFontPropId: i32,
pub iColorPropId: i32,
pub iStateId: i32,
pub fApplyOverlay: BOOL,
pub iGlowSize: i32,
pub pfnDrawTextCallback: DTT_CALLBACK_PROC,
pub lParam: LPARAM,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
dwSize: u32
dwFlags: DTTOPTS_FLAGS
crText: COLORREF
crBorder: COLORREF
crShadow: COLORREF
iTextShadowType: i32
ptShadowOffset: POINT
iBorderSize: i32
iFontPropId: i32
iColorPropId: i32
iStateId: i32
fApplyOverlay: BOOL
iGlowSize: i32
pfnDrawTextCallback: DTT_CALLBACK_PROC
lParam: LPARAM
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DTTOPTS
impl Send for DTTOPTS
impl Sync for DTTOPTS
impl Unpin for DTTOPTS
impl UnwindSafe for DTTOPTS
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