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
impl Clone for EMRSELECTCLIPPATH
Source§fn clone(&self) -> EMRSELECTCLIPPATH
fn clone(&self) -> EMRSELECTCLIPPATH
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 more