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