Struct mush::widgets::node::Style [−] [src]

pub struct Style {
    pub maybe_color: Option<Color>,
    pub maybe_frame: Option<f64>,
    pub maybe_frame_color: Option<Color>,
    pub maybe_label_color: Option<Color>,
    pub maybe_label_font_size: Option<u32>,
}

Fields

maybe_color
maybe_frame
maybe_frame_color
maybe_label_color
maybe_label_font_size

Methods

impl Style

fn new() -> Style

Trait Implementations

Derived Implementations

impl Debug for Style

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Style

fn clone(&self) -> Style

fn clone_from(&mut self, source: &Self)

impl PartialEq for Style

fn eq(&self, __arg_0: &Style) -> bool

fn ne(&self, __arg_0: &Style) -> bool