#[repr(C)]
pub struct CHOOSEFONTW {
Show 16 fields pub lStructSize: u32, pub hwndOwner: HWND, pub hDC: HDC, pub lpLogFont: *mut LOGFONTW, pub iPointSize: i32, pub Flags: CHOOSEFONT_FLAGS, pub rgbColors: u32, pub lCustData: LPARAM, pub lpfnHook: LPCFHOOKPROC, pub lpTemplateName: PCWSTR, pub hInstance: HINSTANCE, pub lpszStyle: PWSTR, pub nFontType: CHOOSEFONT_FONT_TYPE, pub ___MISSING_ALIGNMENT__: u16, pub nSizeMin: i32, pub nSizeMax: i32,
}
Expand description

Required features: "Win32_UI_Controls_Dialogs", "Win32_Foundation", "Win32_Graphics_Gdi"

Fields

lStructSize: u32hwndOwner: HWNDhDC: HDClpLogFont: *mut LOGFONTWiPointSize: i32Flags: CHOOSEFONT_FLAGSrgbColors: u32lCustData: LPARAMlpfnHook: LPCFHOOKPROClpTemplateName: PCWSTRhInstance: HINSTANCElpszStyle: PWSTRnFontType: CHOOSEFONT_FONT_TYPE___MISSING_ALIGNMENT__: u16nSizeMin: i32nSizeMax: i32

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.