Struct winapi::um::wingdi::ENUMLOGFONTEXW [−][src]
#[repr(C)]pub struct ENUMLOGFONTEXW {
pub elfLogFont: LOGFONTW,
pub elfFullName: [WCHAR; 64],
pub elfStyle: [WCHAR; 32],
pub elfScript: [WCHAR; 32],
}
Fields
elfLogFont: LOGFONTW
elfFullName: [WCHAR; 64]
elfStyle: [WCHAR; 32]
elfScript: [WCHAR; 32]
Trait Implementations
Returns the “default value” for a type. Read more