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