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: Int
Double(Double)
Tuple Fields of Double
0: Double
String(String)
Tuple Fields of String
0: String
Constant(Constant)
Tuple Fields of Constant
0: Constant
Bool(Bool)
Tuple Fields of Bool
0: Bool
CharSet(CharSet)
Tuple Fields of CharSet
0: CharSet
Property(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