Struct game::debug::uber_turns::UberTurnPicker [−][src]
pub struct UberTurnPicker { members: BTreeSet<IntersectionID>, }
Fields
members: BTreeSet<IntersectionID>
Implementations
impl UberTurnPicker
[src]
impl UberTurnPicker
[src]Trait Implementations
impl SimpleState<App> for UberTurnPicker
[src]
impl SimpleState<App> for UberTurnPicker
[src]fn on_click(
&mut self,
ctx: &mut EventCtx<'_>,
app: &mut App,
x: &str,
_: &Panel
) -> Transition<App>
[src]
&mut self,
ctx: &mut EventCtx<'_>,
app: &mut App,
x: &str,
_: &Panel
) -> Transition<App>
fn on_mouseover(&mut self, ctx: &mut EventCtx<'_>, app: &mut App)
[src]
fn other_event(
&mut self,
ctx: &mut EventCtx<'_>,
app: &mut App
) -> Transition<App>
[src]
&mut self,
ctx: &mut EventCtx<'_>,
app: &mut App
) -> Transition<App>
fn draw(&self, g: &mut GfxCtx<'_>, app: &App)
[src]
pub fn panel_changed(
&mut self,
&mut EventCtx<'_>,
&mut A,
&mut Panel
) -> Option<Transition<A>>
&mut self,
&mut EventCtx<'_>,
&mut A,
&mut Panel
) -> Option<Transition<A>>
pub fn draw_baselayer(&self) -> DrawBaselayer
Auto Trait Implementations
impl RefUnwindSafe for UberTurnPicker
impl Send for UberTurnPicker
impl Sync for UberTurnPicker
impl Unpin for UberTurnPicker
impl UnwindSafe for UberTurnPicker
Blanket Implementations
impl<T> Downcast for T where
T: Any,
impl<T> Downcast for T where
T: Any,
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,