Struct winapi::um::wingdi::NEWTEXTMETRICEXA
source · #[repr(C)]pub struct NEWTEXTMETRICEXA {
pub ntmTm: NEWTEXTMETRICA,
pub ntmFontSig: FONTSIGNATURE,
}
Fields§
§ntmTm: NEWTEXTMETRICA
§ntmFontSig: FONTSIGNATURE
Trait Implementations§
source§impl Clone for NEWTEXTMETRICEXA
impl Clone for NEWTEXTMETRICEXA
source§fn clone(&self) -> NEWTEXTMETRICEXA
fn clone(&self) -> NEWTEXTMETRICEXA
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 NEWTEXTMETRICEXA
impl Default for NEWTEXTMETRICEXA
source§fn default() -> NEWTEXTMETRICEXA
fn default() -> NEWTEXTMETRICEXA
Returns the “default value” for a type. Read more