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