Struct xrl::Style [] [src]

pub struct Style {
    pub id: u64,
    pub fg_color: Option<u32>,
    pub bg_color: u32,
    pub weight: u32,
    pub italic: bool,
    pub underline: bool,
}

Fields

Trait Implementations

impl Default for Style
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Style
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Style
[src]

[src]

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

[src]

This method tests for !=.