Struct winapi::commdlg::CHOOSEFONTA [] [src]

pub struct CHOOSEFONTA {
    pub lStructSize: DWORD,
    pub hwndOwner: HWND,
    pub hDC: HDC,
    pub lpLogFont: LPLOGFONTA,
    pub iPointSize: INT,
    pub Flags: DWORD,
    pub rgbColors: COLORREF,
    pub lCustData: LPARAM,
    pub lpfnHook: LPCFHOOKPROC,
    pub lpTemplateName: LPCSTR,
    pub hInstance: HINSTANCE,
    pub lpszStyle: LPSTR,
    pub nFontType: WORD,
    pub ___MISSING_ALIGNMENT__: WORD,
    pub nSizeMin: INT,
    pub nSizeMax: INT,
}

Fields

lStructSize
hwndOwner
hDC
lpLogFont
iPointSize
Flags
rgbColors
lCustData
lpfnHook
lpTemplateName
hInstance
lpszStyle
nFontType
___MISSING_ALIGNMENT__
nSizeMin
nSizeMax

Trait Implementations

impl Copy for CHOOSEFONTA
[src]

impl Clone for CHOOSEFONTA
[src]

fn clone(&self) -> CHOOSEFONTA

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more