Enum pango_sys::PangoAttrType [] [src]

#[repr(C)]
pub enum PangoAttrType { Invalid, Language, Family, Style, Weight, Variant, Stretch, Size, FontDesc, Foreground, Background, Underline, Strikethrough, Rise, Shape, Scale, Fallback, LetterSpacing, UnderlineColor, StrikethroughColor, AbsoluteSize, Gravity, GravityHint, FontFeatures, ForegroundAlpha, BackgroundAlpha, }

Variants

Trait Implementations

impl Clone for PangoAttrType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PangoAttrType
[src]

impl Debug for PangoAttrType
[src]

Formats the value using the given formatter.

impl Eq for PangoAttrType
[src]

impl PartialEq for PangoAttrType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.