Struct santa::after_level::Results [−][src]
pub struct Results;
Implementations
impl Results
[src]
impl Results
[src]Trait Implementations
impl SimpleState<SimpleApp<Session>> for Results
[src]
impl SimpleState<SimpleApp<Session>> for Results
[src]fn on_click(
&mut self,
_: &mut EventCtx<'_>,
_: &mut SimpleApp<Session>,
x: &str,
_: &Panel
) -> Transition<SimpleApp<Session>>
[src]
&mut self,
_: &mut EventCtx<'_>,
_: &mut SimpleApp<Session>,
x: &str,
_: &Panel
) -> Transition<SimpleApp<Session>>
fn other_event(
&mut self,
ctx: &mut EventCtx<'_>,
app: &mut SimpleApp<Session>
) -> Transition<SimpleApp<Session>>
[src]
&mut self,
ctx: &mut EventCtx<'_>,
app: &mut SimpleApp<Session>
) -> Transition<SimpleApp<Session>>
fn draw(&self, g: &mut GfxCtx<'_>, app: &SimpleApp<Session>)
[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 on_mouseover(&mut self, &mut EventCtx<'_>, &mut A)
pub fn draw_baselayer(&self) -> DrawBaselayer
Auto Trait Implementations
impl RefUnwindSafe for Results
impl Send for Results
impl Sync for Results
impl Unpin for Results
impl UnwindSafe for Results
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>,