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.

Auto Trait Implementations

impl<W> Send for PostUpdateCache<W> where
    <W as Widget>::State: Send,
    <W as Widget>::Style: Send

impl<W> Sync for PostUpdateCache<W> where
    <W as Widget>::State: Sync,
    <W as Widget>::Style: Sync