Struct limn_core::style::DrawStyle [] [src]

pub struct DrawStyle {
    pub style: Option<Box<DrawComponentStyle>>,
    pub selector: Option<LinkedHashMap<PropSet, Box<DrawComponentStyle>>>,
    pub class: Option<String>,
    pub type_id: TypeId,
}

Fields

Methods

impl DrawStyle
[src]

[src]

[src]

[src]

[src]

Important traits for Box<I>
[src]

[src]

Trait Implementations

impl Debug for DrawStyle
[src]

[src]

Formats the value using the given formatter. Read more

impl<D: Draw + Component + 'static, T: ComponentStyle<Component = D> + Send + Debug + 'static> From<T> for DrawStyle
[src]

[src]

Performs the conversion.