Struct conrod::graph::UniqueWidgetState[][src]

pub struct UniqueWidgetState<State, Style> where
    State: Any,
    Style: Any
{ pub state: State, pub style: Style, }

The state type that we'll dynamically cast to and from Any for storage within the cache.

Fields

A Widget's unique "State".

A Widget's unique "Style".

Trait Implementations

impl<State: Debug, Style: Debug> Debug for UniqueWidgetState<State, Style> where
    State: Any,
    Style: Any
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<State, Style> Send for UniqueWidgetState<State, Style> where
    State: Send,
    Style: Send

impl<State, Style> Sync for UniqueWidgetState<State, Style> where
    State: Sync,
    Style: Sync