Struct pango_sys::PangoColor
source · #[repr(C)]pub struct PangoColor {
pub red: u16,
pub green: u16,
pub blue: u16,
}
Fields§
§red: u16
§green: u16
§blue: u16
Trait Implementations§
source§impl Clone for PangoColor
impl Clone for PangoColor
source§fn clone(&self) -> PangoColor
fn clone(&self) -> PangoColor
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 more