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