#[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§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.