Struct winapi::um::wingdi::NEWTEXTMETRICEXW [−][src]
#[repr(C)]pub struct NEWTEXTMETRICEXW {
pub ntmTm: NEWTEXTMETRICW,
pub ntmFontSig: FONTSIGNATURE,
}
Fields
ntmTm: NEWTEXTMETRICW
ntmFontSig: FONTSIGNATURE
Trait Implementations
Returns the “default value” for a type. Read more