Enum pango_sys::PangoRenderPart [] [src]

pub enum PangoRenderPart {
    Foreground,
    Background,
    Underline,
    Strikethrough,
}

Variants

Trait Implementations

impl Clone for PangoRenderPart
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for PangoRenderPart
[src]

impl Debug for PangoRenderPart
[src]

[]

Formats the value using the given formatter.

impl Eq for PangoRenderPart
[src]

impl PartialEq for PangoRenderPart
[src]

[]

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

[]

This method tests for !=.