Struct winapi::um::wingdi::EMRSELECTCLIPPATH
source · #[repr(C)]pub struct EMRSELECTCLIPPATH {
pub emr: EMR,
pub iMode: DWORD,
}
Fields§
§emr: EMR
§iMode: DWORD
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 moresource§impl Default for EMRSELECTCLIPPATH
impl Default for EMRSELECTCLIPPATH
source§fn default() -> EMRSELECTCLIPPATH
fn default() -> EMRSELECTCLIPPATH
Returns the “default value” for a type. Read more