Struct gaia::LabelStyle [] [src]

pub struct LabelStyle<'a> {
    pub text: &'a str,
    pub scale: f32,
    pub text_color: [f32; 4],
    pub border_color: [f32; 4],
    pub border_width: f32,
}

Fields

Trait Implementations

Auto Trait Implementations

impl<'a> Send for LabelStyle<'a>

impl<'a> Sync for LabelStyle<'a>