Enum pango_sys::PangoStretch [] [src]

#[repr(C)]
pub enum PangoStretch { UltraCondensed, ExtraCondensed, Condensed, SemiCondensed, Normal, SemiExpanded, Expanded, ExtraExpanded, UltraExpanded, }

Variants

Trait Implementations

impl Clone for PangoStretch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PangoStretch
[src]

impl Debug for PangoStretch
[src]

Formats the value using the given formatter.

impl Eq for PangoStretch
[src]

impl PartialEq for PangoStretch
[src]

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

This method tests for !=.