Struct winapi::um::wingdi::EMREXTTEXTOUTA
source · #[repr(C)]pub struct EMREXTTEXTOUTA {
pub emr: EMR,
pub rclBounds: RECTL,
pub iGraphicsMode: DWORD,
pub exScale: FLOAT,
pub eyScale: FLOAT,
pub emrtext: EMRTEXT,
}
Fields§
§emr: EMR
§rclBounds: RECTL
§iGraphicsMode: DWORD
§exScale: FLOAT
§eyScale: FLOAT
§emrtext: EMRTEXT
Trait Implementations§
source§impl Clone for EMREXTTEXTOUTA
impl Clone for EMREXTTEXTOUTA
source§fn clone(&self) -> EMREXTTEXTOUTA
fn clone(&self) -> EMREXTTEXTOUTA
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 EMREXTTEXTOUTA
impl Default for EMREXTTEXTOUTA
source§fn default() -> EMREXTTEXTOUTA
fn default() -> EMREXTTEXTOUTA
Returns the “default value” for a type. Read more