Enum bdf::Property [] [src]

pub enum Property {
    String(String),
    Integer(i64),
}

A Font property.

Variants

Methods

impl Property
[src]

Parse a property string.

Trait Implementations

impl PartialEq for Property
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Property
[src]

impl Clone for Property
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Property
[src]

Formats the value using the given formatter.