Enum pango_sys::PangoStretch
[−]
[src]
#[repr(C)]pub enum PangoStretch { UltraCondensed, ExtraCondensed, Condensed, SemiCondensed, Normal, SemiExpanded, Expanded, ExtraExpanded, UltraExpanded, }
Variants
UltraCondensedExtraCondensedCondensedSemiCondensedNormalSemiExpandedExpandedExtraExpandedUltraExpandedTrait Implementations
impl Clone for PangoStretch[src]
fn clone(&self) -> PangoStretch
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more