Struct conrod::widget::PostUpdateCache [] [src]

pub struct PostUpdateCache<W> where
    W: Widget
{ pub id: Id, pub maybe_parent_id: Option<Id>, pub state: W::State, pub style: W::Style, }

Fields

The Widget's unique Id.

The Widget's parent's unique Id (if it has a parent).

The newly produced unique Widget::State associated with the Widget.

The newly produced unique Widget::Style associated with the Widget.