Struct game::sandbox::gameplay::play_scenario::DepartureSummary [−][src]
pub struct DepartureSummary { first_trip: Time, }
Fields
first_trip: Time
Implementations
impl DepartureSummary
[src]
impl DepartureSummary
[src]Trait Implementations
impl SimpleState<App> for DepartureSummary
[src]
impl SimpleState<App> for DepartureSummary
[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>
pub fn on_click_custom(
&mut self,
_ctx: &mut EventCtx<'_>,
_app: &mut A,
_action: Box<dyn CloneableAny + 'static, Global>,
_panel: &Panel
) -> Transition<A>
&mut self,
_ctx: &mut EventCtx<'_>,
_app: &mut A,
_action: Box<dyn CloneableAny + 'static, Global>,
_panel: &Panel
) -> Transition<A>
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 on_mouseover(&mut self, &mut EventCtx<'_>, &mut A)
pub fn other_event(&mut self, &mut EventCtx<'_>, &mut A) -> Transition<A>
pub fn draw(&self, &mut GfxCtx<'_>, &A)
pub fn draw_baselayer(&self) -> DrawBaselayer
Auto Trait Implementations
impl RefUnwindSafe for DepartureSummary
impl Send for DepartureSummary
impl Sync for DepartureSummary
impl Unpin for DepartureSummary
impl UnwindSafe for DepartureSummary
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>,