Struct map_gui::render::road::DrawRoad [−][src]
Fields
id: RoadID
zorder: isize
draw: RefCell<Option<Drawable>>
Implementations
impl DrawRoad
[src]
impl DrawRoad
[src]Trait Implementations
impl Renderable for DrawRoad
[src]
impl Renderable for DrawRoad
[src]fn get_id(&self) -> ID
[src]
fn draw(&self, g: &mut GfxCtx<'_>, app: &dyn AppLike, _: &DrawOptions)
[src]
fn get_outline(&self, map: &Map) -> Polygon
[src]
fn contains_pt(&self, pt: Pt2D, map: &Map) -> bool
[src]
fn get_zorder(&self) -> isize
[src]
Auto Trait Implementations
impl !RefUnwindSafe for DrawRoad
impl !Send for DrawRoad
impl !Sync for DrawRoad
impl Unpin for DrawRoad
impl UnwindSafe for DrawRoad
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>,