Struct winapi::um::wingdi::EXTLOGFONTW
source · #[repr(C)]pub struct EXTLOGFONTW {
pub elfLogFont: LOGFONTW,
pub elfFullNam: [WCHAR; 64],
pub elfStyle: [WCHAR; 32],
pub elfVersion: DWORD,
pub elfStyleSize: DWORD,
pub elfMatch: DWORD,
pub elfReserved: DWORD,
pub elfVendorId: [BYTE; 4],
pub elfCulture: DWORD,
pub elfPanose: PANOSE,
}Fields§
§elfLogFont: LOGFONTW§elfFullNam: [WCHAR; 64]§elfStyle: [WCHAR; 32]§elfVersion: DWORD§elfStyleSize: DWORD§elfMatch: DWORD§elfReserved: DWORD§elfVendorId: [BYTE; 4]§elfCulture: DWORD§elfPanose: PANOSETrait Implementations§
source§impl Clone for EXTLOGFONTW
impl Clone for EXTLOGFONTW
source§fn clone(&self) -> EXTLOGFONTW
fn clone(&self) -> EXTLOGFONTW
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 Default for EXTLOGFONTW
impl Default for EXTLOGFONTW
source§fn default() -> EXTLOGFONTW
fn default() -> EXTLOGFONTW
Returns the “default value” for a type. Read more