Type Alias EMRSETSTRETCHBLTMODE

Source
pub type EMRSETSTRETCHBLTMODE = EMRSELECTCLIPPATH;

Aliased Type§

struct EMRSETSTRETCHBLTMODE {
    pub emr: EMR,
    pub iMode: u32,
}

Fields§

§emr: EMR§iMode: u32

Trait Implementations

Source§

impl Clone for EMRSELECTCLIPPATH

Source§

fn clone(&self) -> EMRSELECTCLIPPATH

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for EMRSELECTCLIPPATH