Struct maplibre::benchmarking::tessellation::VertexConstructor
source · pub struct VertexConstructor {}Expand description
Constructor for Fill and Stroke vertices.
-Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
impl FillVertexConstructor<ShaderVertex> for VertexConstructor
fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
impl Freeze for VertexConstructor
impl RefUnwindSafe for VertexConstructor
impl Send for VertexConstructor
impl Sync for VertexConstructor
impl Unpin for VertexConstructor
impl UnwindSafe for VertexConstructor
Blanket Implementations§
Trait Implementations§
source§impl FillVertexConstructor<ShaderVertex> for VertexConstructor
impl FillVertexConstructor<ShaderVertex> for VertexConstructor
fn new_vertex(&mut self, vertex: FillVertex<'_>) -> ShaderVertex
source§impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
impl StrokeVertexConstructor<ShaderVertex> for VertexConstructor
fn new_vertex(&mut self, vertex: StrokeVertex<'_, '_>) -> ShaderVertex
Auto Trait Implementations§
impl Freeze for VertexConstructor
impl RefUnwindSafe for VertexConstructor
impl Send for VertexConstructor
impl Sync for VertexConstructor
impl Unpin for VertexConstructor
impl UnwindSafe for VertexConstructor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/coords/struct.TileCoords.html b/docs/api/maplibre/coords/struct.TileCoords.html
index 93da8760..c22df042 100644
--- a/docs/api/maplibre/coords/struct.TileCoords.html
+++ b/docs/api/maplibre/coords/struct.TileCoords.html
@@ -15,7 +15,7 @@ This is not possible if the coordinates of this §Example
The TileCoords T(x=5,y=5,z=0) exceeds its bounds because there is no tile
x=5,y=5 at zoom level z=0.
-
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/coords/struct.TileCoords.html b/docs/api/maplibre/coords/struct.TileCoords.html
index 93da8760..c22df042 100644
--- a/docs/api/maplibre/coords/struct.TileCoords.html
+++ b/docs/api/maplibre/coords/struct.TileCoords.html
@@ -15,7 +15,7 @@ This is not possible if the coordinates of this §Example
The TileCoords T(x=5,y=5,z=0) exceeds its bounds because there is no tile
x=5,y=5 at zoom level z=0.
-
The TileCoords T(x=5,y=5,z=0) exceeds its bounds because there is no tile
x=5,y=5 at zoom level z=0.
Trait Implementations§
source§impl Clone for TileCoords
impl Clone for TileCoords
source§fn clone(&self) -> TileCoords
fn clone(&self) -> TileCoords
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for TileCoords
impl Debug for TileCoords
source§impl Default for TileCoords
impl Default for TileCoords
source§fn default() -> TileCoords
fn default() -> TileCoords
source§impl Display for TileCoords
impl Display for TileCoords
Trait Implementations§
source§impl Clone for TileCoords
impl Clone for TileCoords
source§fn clone(&self) -> TileCoords
fn clone(&self) -> TileCoords
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for TileCoords
impl Debug for TileCoords
source§impl Default for TileCoords
impl Default for TileCoords
source§fn default() -> TileCoords
fn default() -> TileCoords
source§impl Display for TileCoords
impl Display for TileCoords
source§impl Hash for TileCoords
impl Hash for TileCoords
source§impl PartialEq for TileCoords
impl PartialEq for TileCoords
source§fn eq(&self, other: &TileCoords) -> bool
fn eq(&self, other: &TileCoords) -> bool
self and other values to be equal, and is used
by ==.1.0.0 · source§fn ne(&self, other: &Rhs) -> bool
fn ne(&self, other: &Rhs) -> bool
!=. The default implementation is almost always
diff --git a/docs/api/maplibre/coords/struct.Zoom.html b/docs/api/maplibre/coords/struct.Zoom.html
index e151c9c4..301dc096 100644
--- a/docs/api/maplibre/coords/struct.Zoom.html
+++ b/docs/api/maplibre/coords/struct.Zoom.html
@@ -7,7 +7,7 @@ We can derive the ZoomLevel from Zoom by using the