#[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: u32dwFlags: DTTOPTS_FLAGScrText: COLORREFcrBorder: COLORREFcrShadow: COLORREFiTextShadowType: i32ptShadowOffset: POINTiBorderSize: i32iFontPropId: i32iColorPropId: i32iStateId: i32fApplyOverlay: BOOLiGlowSize: i32pfnDrawTextCallback: DTT_CALLBACK_PROClParam: 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.