Struct winapi::commctrl::COLORMAP [] [src]

pub struct COLORMAP {
    pub from: COLORREF,
    pub to: COLORREF,
}

Fields

from: COLORREF to: COLORREF

Trait Implementations

impl Debug for COLORMAP
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for COLORMAP
[src]

impl Clone for COLORMAP
[src]

fn clone(&self) -> COLORMAP

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more