veloren_
voxygen
0.17.0
Primitive
Marker
Implementations on Foreign Types
Circle
Image
Line
Oval<S>
PointPath<I>
Polygon<I>
Rectangle
Text<'_>
Triangles<S, I>
Implementors
In veloren_
voxygen::
ui::
widgets::
ingame
veloren_voxygen
::
ui
::
widgets
::
ingame
Trait
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
PrimitiveMarker
for Text<'_>
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
§