Struct pango_sys::PangoColor
[−]
[src]
#[repr(C)]pub struct PangoColor { pub red: u16, pub green: u16, pub blue: u16, }
Fields
red: u16
green: u16
blue: u16
Trait Implementations
impl Copy for PangoColor[src]
impl Clone for PangoColor[src]
fn clone(&self) -> PangoColor[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more