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