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