Struct conrod::widget::collapsible_area::State[][src]

pub struct State { /* fields omitted */ }

The unique state cached within the widget graph for the CollapsibleArea.

Auto Trait Implementations

impl Send for State

impl Sync for State