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