Struct winapi::commctrl::COLORMAP
[−]
[src]
pub struct COLORMAP { pub from: COLORREF, pub to: COLORREF, }
Fields
from | |
to |
Trait Implementations
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