Struct conrod_core::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

id: Id

The Widget’s unique Id.

maybe_parent_id: Option<Id>

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

state: W::State

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

style: W::Style

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

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.