Struct map_gui::render::bus_stop::DrawBusStop [−][src]
Fields
id: BusStopID
center: Pt2D
zorder: isize
draw_default: Drawable
Implementations
impl DrawBusStop
[src]
impl DrawBusStop
[src]pub fn new(
ctx: &EventCtx<'_>,
stop: &BusStop,
map: &Map,
cs: &ColorScheme
) -> DrawBusStop
[src]
ctx: &EventCtx<'_>,
stop: &BusStop,
map: &Map,
cs: &ColorScheme
) -> DrawBusStop
Trait Implementations
impl Renderable for DrawBusStop
[src]
impl Renderable for DrawBusStop
[src]fn get_id(&self) -> ID
[src]
fn draw(&self, g: &mut GfxCtx<'_>, _: &dyn AppLike, _: &DrawOptions)
[src]
fn get_outline(&self, _: &Map) -> Polygon
[src]
fn contains_pt(&self, pt: Pt2D, _: &Map) -> bool
[src]
fn get_zorder(&self) -> isize
[src]
Auto Trait Implementations
impl !RefUnwindSafe for DrawBusStop
impl !Send for DrawBusStop
impl !Sync for DrawBusStop
impl Unpin for DrawBusStop
impl UnwindSafe for DrawBusStop
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>,