Enum fontconfig_parser::Value [−][src]
pub enum Value {
Int(Int),
Double(Double),
String(String),
Constant(Constant),
Bool(Bool),
Range(Int, Int),
CharSet(CharSet),
Property(PropertyTarget, PropertyKind),
}Expand description
Runtime typed fontconfig value
Variants
Int(Int)Tuple Fields of Int
0: IntDouble(Double)Tuple Fields of Double
0: DoubleString(String)Tuple Fields of String
0: StringConstant(Constant)Tuple Fields of Constant
0: ConstantBool(Bool)Tuple Fields of Bool
0: BoolCharSet(CharSet)Tuple Fields of CharSet
0: CharSetProperty(PropertyTarget, PropertyKind)Tuple Fields of Property
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Value
impl UnwindSafe for Value
Blanket Implementations
Mutably borrows from an owned value. Read more