Struct map_gui::render::bike::DrawBike [−][src]
Fields
id: CarID
body_circle: Circle
zorder: isize
draw_default: Drawable
Implementations
impl DrawBike
[src]
impl DrawBike
[src]pub fn new(
input: DrawCarInput,
map: &Map,
sim: &Sim,
prerender: &Prerender,
cs: &ColorScheme
) -> DrawBike
[src]
input: DrawCarInput,
map: &Map,
sim: &Sim,
prerender: &Prerender,
cs: &ColorScheme
) -> DrawBike
Trait Implementations
impl Renderable for DrawBike
[src]
impl Renderable for DrawBike
[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 DrawBike
impl !Send for DrawBike
impl !Sync for DrawBike
impl Unpin for DrawBike
impl UnwindSafe for DrawBike
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>,