Struct map_gui::render::parking_lot::DrawParkingLot [−][src]
pub struct DrawParkingLot { pub id: ParkingLotID, draw: RefCell<Option<Drawable>>, }
Fields
id: ParkingLotID
draw: RefCell<Option<Drawable>>
Implementations
impl DrawParkingLot
[src]
impl DrawParkingLot
[src]pub fn new(
ctx: &EventCtx<'_>,
lot: &ParkingLot,
cs: &ColorScheme,
unzoomed_batch: &mut GeomBatch
) -> DrawParkingLot
[src]
ctx: &EventCtx<'_>,
lot: &ParkingLot,
cs: &ColorScheme,
unzoomed_batch: &mut GeomBatch
) -> DrawParkingLot
pub fn render(&self, app: &dyn AppLike) -> GeomBatch
[src]
pub fn clear_rendering(&self)
[src]
Trait Implementations
impl Renderable for DrawParkingLot
[src]
impl Renderable for DrawParkingLot
[src]fn get_id(&self) -> ID
[src]
fn draw(&self, g: &mut GfxCtx<'_>, app: &dyn AppLike, _: &DrawOptions)
[src]
fn get_zorder(&self) -> isize
[src]
fn get_outline(&self, map: &Map) -> Polygon
[src]
fn contains_pt(&self, pt: Pt2D, map: &Map) -> bool
[src]
Auto Trait Implementations
impl !RefUnwindSafe for DrawParkingLot
impl !Send for DrawParkingLot
impl !Sync for DrawParkingLot
impl Unpin for DrawParkingLot
impl UnwindSafe for DrawParkingLot
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>,