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