#[repr(C)]pub struct tagCHOOSEFONTW {Show 16 fields
pub lStructSize: DWORD,
pub hwndOwner: HWND,
pub hDC: HDC,
pub lpLogFont: LPLOGFONTW,
pub iPointSize: INT,
pub Flags: DWORD,
pub rgbColors: COLORREF,
pub lCustData: LPARAM,
pub lpfnHook: LPCFHOOKPROC,
pub lpTemplateName: LPCWSTR,
pub hInstance: HINSTANCE,
pub lpszStyle: LPWSTR,
pub nFontType: WORD,
pub ___MISSING_ALIGNMENT__: WORD,
pub nSizeMin: INT,
pub nSizeMax: INT,
}
Fields§
§lStructSize: DWORD
§hwndOwner: HWND
§hDC: HDC
§lpLogFont: LPLOGFONTW
§iPointSize: INT
§Flags: DWORD
§rgbColors: COLORREF
§lCustData: LPARAM
§lpfnHook: LPCFHOOKPROC
§lpTemplateName: LPCWSTR
§hInstance: HINSTANCE
§lpszStyle: LPWSTR
§nFontType: WORD
§___MISSING_ALIGNMENT__: WORD
§nSizeMin: INT
§nSizeMax: INT
Trait Implementations§
Source§impl Clone for tagCHOOSEFONTW
impl Clone for tagCHOOSEFONTW
Source§fn clone(&self) -> tagCHOOSEFONTW
fn clone(&self) -> tagCHOOSEFONTW
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for tagCHOOSEFONTW
impl Debug for tagCHOOSEFONTW
Source§impl Ord for tagCHOOSEFONTW
impl Ord for tagCHOOSEFONTW
Source§fn cmp(&self, other: &tagCHOOSEFONTW) -> Ordering
fn cmp(&self, other: &tagCHOOSEFONTW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagCHOOSEFONTW
impl PartialEq for tagCHOOSEFONTW
Source§impl PartialOrd for tagCHOOSEFONTW
impl PartialOrd for tagCHOOSEFONTW
impl Copy for tagCHOOSEFONTW
impl Eq for tagCHOOSEFONTW
impl StructuralPartialEq for tagCHOOSEFONTW
Auto Trait Implementations§
impl Freeze for tagCHOOSEFONTW
impl RefUnwindSafe for tagCHOOSEFONTW
impl !Send for tagCHOOSEFONTW
impl !Sync for tagCHOOSEFONTW
impl Unpin for tagCHOOSEFONTW
impl UnwindSafe for tagCHOOSEFONTW
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more