Struct pango_sys::PangoColor[][src]

#[repr(C)]
pub struct PangoColor { pub red: u16, pub green: u16, pub blue: u16, }

Fields

Trait Implementations

impl Copy for PangoColor
[src]

impl Clone for PangoColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PangoColor
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PangoColor

impl Sync for PangoColor