veloren_voxygen
0.16.0
PrimitiveMarker
Implementations on Foreign Types
Circle
Image
Line
Oval<S>
PointPath<I>
Polygon<I>
Rectangle
Text<'a>
Triangles<S, I>
Implementors
In veloren_voxygen::ui::widgets::ingame
Trait
veloren_voxygen
::
ui
::
widgets
::
ingame
::
PrimitiveMarker
Copy item path
source
·
[
−
]
pub trait PrimitiveMarker { }
Implementations on Foreign Types
§
source
§
impl
PrimitiveMarker
for Circle
source
§
impl
PrimitiveMarker
for Image
source
§
impl
PrimitiveMarker
for Line
source
§
impl
PrimitiveMarker
for Rectangle
source
§
impl<'a>
PrimitiveMarker
for Text<'a>
source
§
impl<I>
PrimitiveMarker
for PointPath<I>
source
§
impl<I>
PrimitiveMarker
for Polygon<I>
source
§
impl<S>
PrimitiveMarker
for Oval<S>
source
§
impl<S, I>
PrimitiveMarker
for Triangles<S, I>
Implementors
§