Enum pango_sys::PangoWeight 
                   
                       [−]
                   
               [src]
#[repr(C)]pub enum PangoWeight { Thin, Ultralight, Light, Semilight, Book, Normal, Medium, Semibold, Bold, Ultrabold, Heavy, Ultraheavy, }
Variants
ThinUltralightLightSemilightBookNormalMediumSemiboldBoldUltraboldHeavyUltraheavyTrait Implementations
impl Clone for PangoWeight[src]
fn clone(&self) -> PangoWeight
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