Enum pango::AttrType
[−]
[src]
pub enum AttrType {
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,
// some variants omitted
}Variants
InvalidLanguageFamilyStyleWeightVariantStretchSizeFontDescForegroundBackgroundUnderlineStrikethroughRiseShapeScaleFallbackLetterSpacingUnderlineColorStrikethroughColorAbsoluteSizeGravityGravityHintFontFeaturesForegroundAlphaBackgroundAlphaTrait Implementations
impl Clone for AttrType[src]
fn clone(&self) -> AttrType
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
impl Copy for AttrType[src]
impl Debug for AttrType[src]
impl Eq for AttrType[src]
impl PartialEq for AttrType[src]
fn eq(&self, __arg_0: &AttrType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &AttrType) -> bool
This method tests for !=.