#[repr(C)]pub struct ZoomLevel(u8);Tuple Fields§
§0: u8Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ZoomLevel
impl<'de> Deserialize<'de> for ZoomLevel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
source§impl Hash for ZoomLevel
impl Hash for ZoomLevel
1.3.0 · source§fn hash_slice<H>(data: &[Self], state: &mut H)where
+ZoomLevel in maplibre::coords - Rust #[repr(C)]pub struct ZoomLevel(u8);
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ZoomLevel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl Ord for ZoomLevel
source§impl PartialOrd for ZoomLevel
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read moresource§impl Copy for ZoomLevel
source§impl Eq for ZoomLevel
source§impl Pod for ZoomLevel
source§impl StructuralPartialEq for ZoomLevel
Auto Trait Implementations§
§impl Freeze for ZoomLevel
§impl RefUnwindSafe for ZoomLevel
§impl Send for ZoomLevel
§impl Sync for ZoomLevel
§impl Unpin for ZoomLevel
§impl UnwindSafe for ZoomLevel
Blanket Implementations§
source§impl Copy for ZoomLevel
source§impl Eq for ZoomLevel
source§impl Pod for ZoomLevel
source§impl StructuralPartialEq for ZoomLevel
Auto Trait Implementations§
§impl Freeze for ZoomLevel
§impl RefUnwindSafe for ZoomLevel
§impl Send for ZoomLevel
§impl Sync for ZoomLevel
§impl Unpin for ZoomLevel
§impl UnwindSafe for ZoomLevel
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for T
§impl<T> AnyBitPattern for Twhere
- T: Pod,
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
§impl<T> NoUninit for Twhere
+ T: Pod,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
§impl<T> NoUninit for Twhere
T: Pod,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
diff --git a/docs/api/maplibre/environment/struct.OffscreenKernelConfig.html b/docs/api/maplibre/environment/struct.OffscreenKernelConfig.html
index 519cd27c..d3461c69 100644
--- a/docs/api/maplibre/environment/struct.OffscreenKernelConfig.html
+++ b/docs/api/maplibre/environment/struct.OffscreenKernelConfig.html
@@ -1,8 +1,8 @@
OffscreenKernelConfig in maplibre::environment - Rust Struct maplibre::environment::OffscreenKernelConfig
source · pub struct OffscreenKernelConfig {
pub cache_directory: Option<String>,
-}
Fields§
§cache_directory: Option<String>Trait Implementations§
source§impl Clone for OffscreenKernelConfig
source§fn clone(&self) -> OffscreenKernelConfig
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl<'de> Deserialize<'de> for OffscreenKernelConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for OffscreenKernelConfig
§impl RefUnwindSafe for OffscreenKernelConfig
§impl Send for OffscreenKernelConfig
§impl Sync for OffscreenKernelConfig
§impl Unpin for OffscreenKernelConfig
§impl UnwindSafe for OffscreenKernelConfig
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§cache_directory: Option<String>Trait Implementations§
source§impl Clone for OffscreenKernelConfig
source§fn clone(&self) -> OffscreenKernelConfig
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl<'de> Deserialize<'de> for OffscreenKernelConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for OffscreenKernelConfig
§impl RefUnwindSafe for OffscreenKernelConfig
§impl Send for OffscreenKernelConfig
§impl Sync for OffscreenKernelConfig
§impl Unpin for OffscreenKernelConfig
§impl UnwindSafe for OffscreenKernelConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.Input.html b/docs/api/maplibre/io/apc/enum.Input.html
index c1484131..66d2e232 100644
--- a/docs/api/maplibre/io/apc/enum.Input.html
+++ b/docs/api/maplibre/io/apc/enum.Input.html
@@ -5,9 +5,9 @@
},
NotYetImplemented,
}Expand description
Inputs for an AsyncProcedure
-Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Input
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for Input
§impl RefUnwindSafe for Input
§impl Send for Input
§impl Sync for Input
§impl Unpin for Input
§impl UnwindSafe for Input
Blanket Implementations§
Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Input
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for Input
§impl RefUnwindSafe for Input
§impl Send for Input
§impl Sync for Input
§impl Unpin for Input
§impl UnwindSafe for Input
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.MessageError.html b/docs/api/maplibre/io/apc/enum.MessageError.html
index d1333775..ab00f6f7 100644
--- a/docs/api/maplibre/io/apc/enum.MessageError.html
+++ b/docs/api/maplibre/io/apc/enum.MessageError.html
@@ -1,6 +1,6 @@
MessageError in maplibre::io::apc - Rust Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}
Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for MessageError
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for MessageError
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.ProcedureError.html b/docs/api/maplibre/io/apc/enum.ProcedureError.html
index c0494f3d..6e29a7b8 100644
--- a/docs/api/maplibre/io/apc/enum.ProcedureError.html
+++ b/docs/api/maplibre/io/apc/enum.ProcedureError.html
@@ -3,7 +3,7 @@
Execution(Box<dyn Error>),
Send(SendError),
}Variants§
§IncompatibleInput
The Input is not compatible with the procedure
-§Execution(Box<dyn Error>)
§Send(SendError)
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
index 5afefd0a..e552c60f 100644
--- a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
+++ b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
@@ -1,7 +1,7 @@
ScheduleError in maplibre::io::scheduler - Rust Enum maplibre::io::scheduler::ScheduleError
source · pub enum ScheduleError {
Scheduling(Box<dyn Error>),
NotImplemented,
-}
Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index f7e45974..8c372d30 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
DeviceInit(RenderError),
Window(WindowCreateError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index b7d04cab..6bbf4780 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
fn hash_slice<H>(data: &[Self], state: &mut H)where
+ZoomLevel in maplibre::coords - Rust #[repr(C)]pub struct ZoomLevel(u8);
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ZoomLevel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moresource§impl Ord for ZoomLevel
source§impl PartialOrd for ZoomLevel
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read moresource§impl Copy for ZoomLevel
source§impl Eq for ZoomLevel
source§impl Pod for ZoomLevel
source§impl StructuralPartialEq for ZoomLevel
Auto Trait Implementations§
§impl Freeze for ZoomLevel
§impl RefUnwindSafe for ZoomLevel
§impl Send for ZoomLevel
§impl Sync for ZoomLevel
§impl Unpin for ZoomLevel
§impl UnwindSafe for ZoomLevel
Blanket Implementations§
source§impl Copy for ZoomLevel
source§impl Eq for ZoomLevel
source§impl Pod for ZoomLevel
source§impl StructuralPartialEq for ZoomLevel
Auto Trait Implementations§
§impl Freeze for ZoomLevel
§impl RefUnwindSafe for ZoomLevel
§impl Send for ZoomLevel
§impl Sync for ZoomLevel
§impl Unpin for ZoomLevel
§impl UnwindSafe for ZoomLevel
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> CheckedBitPattern for T
§impl<T> AnyBitPattern for Twhere
- T: Pod,
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
§impl<T> NoUninit for Twhere
+ T: Pod,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
§impl<T> NoUninit for Twhere
T: Pod,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
diff --git a/docs/api/maplibre/environment/struct.OffscreenKernelConfig.html b/docs/api/maplibre/environment/struct.OffscreenKernelConfig.html
index 519cd27c..d3461c69 100644
--- a/docs/api/maplibre/environment/struct.OffscreenKernelConfig.html
+++ b/docs/api/maplibre/environment/struct.OffscreenKernelConfig.html
@@ -1,8 +1,8 @@
OffscreenKernelConfig in maplibre::environment - Rust Struct maplibre::environment::OffscreenKernelConfig
source · pub struct OffscreenKernelConfig {
pub cache_directory: Option<String>,
-}
Fields§
§cache_directory: Option<String>Trait Implementations§
source§impl Clone for OffscreenKernelConfig
source§fn clone(&self) -> OffscreenKernelConfig
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl<'de> Deserialize<'de> for OffscreenKernelConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for OffscreenKernelConfig
§impl RefUnwindSafe for OffscreenKernelConfig
§impl Send for OffscreenKernelConfig
§impl Sync for OffscreenKernelConfig
§impl Unpin for OffscreenKernelConfig
§impl UnwindSafe for OffscreenKernelConfig
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§cache_directory: Option<String>Trait Implementations§
source§impl Clone for OffscreenKernelConfig
source§fn clone(&self) -> OffscreenKernelConfig
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl<'de> Deserialize<'de> for OffscreenKernelConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for OffscreenKernelConfig
§impl RefUnwindSafe for OffscreenKernelConfig
§impl Send for OffscreenKernelConfig
§impl Sync for OffscreenKernelConfig
§impl Unpin for OffscreenKernelConfig
§impl UnwindSafe for OffscreenKernelConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.Input.html b/docs/api/maplibre/io/apc/enum.Input.html
index c1484131..66d2e232 100644
--- a/docs/api/maplibre/io/apc/enum.Input.html
+++ b/docs/api/maplibre/io/apc/enum.Input.html
@@ -5,9 +5,9 @@
},
NotYetImplemented,
}Expand description
Inputs for an AsyncProcedure
-Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Input
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for Input
§impl RefUnwindSafe for Input
§impl Send for Input
§impl Sync for Input
§impl Unpin for Input
§impl UnwindSafe for Input
Blanket Implementations§
Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Input
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for Input
§impl RefUnwindSafe for Input
§impl Send for Input
§impl Sync for Input
§impl Unpin for Input
§impl UnwindSafe for Input
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.MessageError.html b/docs/api/maplibre/io/apc/enum.MessageError.html
index d1333775..ab00f6f7 100644
--- a/docs/api/maplibre/io/apc/enum.MessageError.html
+++ b/docs/api/maplibre/io/apc/enum.MessageError.html
@@ -1,6 +1,6 @@
MessageError in maplibre::io::apc - Rust Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}
Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for MessageError
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for MessageError
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.ProcedureError.html b/docs/api/maplibre/io/apc/enum.ProcedureError.html
index c0494f3d..6e29a7b8 100644
--- a/docs/api/maplibre/io/apc/enum.ProcedureError.html
+++ b/docs/api/maplibre/io/apc/enum.ProcedureError.html
@@ -3,7 +3,7 @@
Execution(Box<dyn Error>),
Send(SendError),
}Variants§
§IncompatibleInput
The Input is not compatible with the procedure
-§Execution(Box<dyn Error>)
§Send(SendError)
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
index 5afefd0a..e552c60f 100644
--- a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
+++ b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
@@ -1,7 +1,7 @@
ScheduleError in maplibre::io::scheduler - Rust Enum maplibre::io::scheduler::ScheduleError
source · pub enum ScheduleError {
Scheduling(Box<dyn Error>),
NotImplemented,
-}
Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index f7e45974..8c372d30 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
DeviceInit(RenderError),
Window(WindowCreateError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index b7d04cab..6bbf4780 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
#[repr(C)]pub struct ZoomLevel(u8);Tuple Fields§
§0: u8Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ZoomLevel
impl<'de> Deserialize<'de> for ZoomLevel
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
source§impl Ord for ZoomLevel
impl Ord for ZoomLevel
source§impl PartialOrd for ZoomLevel
impl PartialOrd for ZoomLevel
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self and other) and is used by the <=
operator. Read moreimpl Copy for ZoomLevel
impl Eq for ZoomLevel
impl Pod for ZoomLevel
impl StructuralPartialEq for ZoomLevel
Auto Trait Implementations§
impl Freeze for ZoomLevel
impl RefUnwindSafe for ZoomLevel
impl Send for ZoomLevel
impl Sync for ZoomLevel
impl Unpin for ZoomLevel
impl UnwindSafe for ZoomLevel
Blanket Implementations§
impl Copy for ZoomLevel
impl Eq for ZoomLevel
impl Pod for ZoomLevel
impl StructuralPartialEq for ZoomLevel
Auto Trait Implementations§
impl Freeze for ZoomLevel
impl RefUnwindSafe for ZoomLevel
impl Send for ZoomLevel
impl Sync for ZoomLevel
impl Unpin for ZoomLevel
impl UnwindSafe for ZoomLevel
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> CheckedBitPattern for T
impl<T> CheckedBitPattern for T
impl<T> AnyBitPattern for Twhere
- T: Pod,
impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
impl<T> NoUninit for Twhere
+ T: Pod,
impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
impl<T> NoUninit for Twhere
T: Pod,
impl<T> Resource for Twhere
T: 'static,
impl<T> WasmNotSend for Twhere
T: Send,
impl<T> WasmNotSendSync for Twhere
diff --git a/docs/api/maplibre/environment/struct.OffscreenKernelConfig.html b/docs/api/maplibre/environment/struct.OffscreenKernelConfig.html
index 519cd27c..d3461c69 100644
--- a/docs/api/maplibre/environment/struct.OffscreenKernelConfig.html
+++ b/docs/api/maplibre/environment/struct.OffscreenKernelConfig.html
@@ -1,8 +1,8 @@
OffscreenKernelConfig in maplibre::environment - Rust Struct maplibre::environment::OffscreenKernelConfig
source · pub struct OffscreenKernelConfig {
pub cache_directory: Option<String>,
-}
Fields§
§cache_directory: Option<String>Trait Implementations§
source§impl Clone for OffscreenKernelConfig
source§fn clone(&self) -> OffscreenKernelConfig
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl<'de> Deserialize<'de> for OffscreenKernelConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for OffscreenKernelConfig
§impl RefUnwindSafe for OffscreenKernelConfig
§impl Send for OffscreenKernelConfig
§impl Sync for OffscreenKernelConfig
§impl Unpin for OffscreenKernelConfig
§impl UnwindSafe for OffscreenKernelConfig
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§cache_directory: Option<String>Trait Implementations§
source§impl Clone for OffscreenKernelConfig
source§fn clone(&self) -> OffscreenKernelConfig
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl<'de> Deserialize<'de> for OffscreenKernelConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for OffscreenKernelConfig
§impl RefUnwindSafe for OffscreenKernelConfig
§impl Send for OffscreenKernelConfig
§impl Sync for OffscreenKernelConfig
§impl Unpin for OffscreenKernelConfig
§impl UnwindSafe for OffscreenKernelConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.Input.html b/docs/api/maplibre/io/apc/enum.Input.html
index c1484131..66d2e232 100644
--- a/docs/api/maplibre/io/apc/enum.Input.html
+++ b/docs/api/maplibre/io/apc/enum.Input.html
@@ -5,9 +5,9 @@
},
NotYetImplemented,
}Expand description
Inputs for an AsyncProcedure
-Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Input
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for Input
§impl RefUnwindSafe for Input
§impl Send for Input
§impl Sync for Input
§impl Unpin for Input
§impl UnwindSafe for Input
Blanket Implementations§
Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Input
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for Input
§impl RefUnwindSafe for Input
§impl Send for Input
§impl Sync for Input
§impl Unpin for Input
§impl UnwindSafe for Input
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.MessageError.html b/docs/api/maplibre/io/apc/enum.MessageError.html
index d1333775..ab00f6f7 100644
--- a/docs/api/maplibre/io/apc/enum.MessageError.html
+++ b/docs/api/maplibre/io/apc/enum.MessageError.html
@@ -1,6 +1,6 @@
MessageError in maplibre::io::apc - Rust Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}
Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for MessageError
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for MessageError
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.ProcedureError.html b/docs/api/maplibre/io/apc/enum.ProcedureError.html
index c0494f3d..6e29a7b8 100644
--- a/docs/api/maplibre/io/apc/enum.ProcedureError.html
+++ b/docs/api/maplibre/io/apc/enum.ProcedureError.html
@@ -3,7 +3,7 @@
Execution(Box<dyn Error>),
Send(SendError),
}Variants§
§IncompatibleInput
The Input is not compatible with the procedure
-§Execution(Box<dyn Error>)
§Send(SendError)
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
index 5afefd0a..e552c60f 100644
--- a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
+++ b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
@@ -1,7 +1,7 @@
ScheduleError in maplibre::io::scheduler - Rust Enum maplibre::io::scheduler::ScheduleError
source · pub enum ScheduleError {
Scheduling(Box<dyn Error>),
NotImplemented,
-}
Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index f7e45974..8c372d30 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
DeviceInit(RenderError),
Window(WindowCreateError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index b7d04cab..6bbf4780 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Struct maplibre::environment::OffscreenKernelConfig
source · pub struct OffscreenKernelConfig {
pub cache_directory: Option<String>,
-}Fields§
§cache_directory: Option<String>Trait Implementations§
source§impl Clone for OffscreenKernelConfig
impl Clone for OffscreenKernelConfig
source§fn clone(&self) -> OffscreenKernelConfig
fn clone(&self) -> OffscreenKernelConfig
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl<'de> Deserialize<'de> for OffscreenKernelConfig
impl<'de> Deserialize<'de> for OffscreenKernelConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for OffscreenKernelConfig
impl RefUnwindSafe for OffscreenKernelConfig
impl Send for OffscreenKernelConfig
impl Sync for OffscreenKernelConfig
impl Unpin for OffscreenKernelConfig
impl UnwindSafe for OffscreenKernelConfig
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§cache_directory: Option<String>Trait Implementations§
source§impl Clone for OffscreenKernelConfig
source§fn clone(&self) -> OffscreenKernelConfig
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl<'de> Deserialize<'de> for OffscreenKernelConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for OffscreenKernelConfig
§impl RefUnwindSafe for OffscreenKernelConfig
§impl Send for OffscreenKernelConfig
§impl Sync for OffscreenKernelConfig
§impl Unpin for OffscreenKernelConfig
§impl UnwindSafe for OffscreenKernelConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.Input.html b/docs/api/maplibre/io/apc/enum.Input.html
index c1484131..66d2e232 100644
--- a/docs/api/maplibre/io/apc/enum.Input.html
+++ b/docs/api/maplibre/io/apc/enum.Input.html
@@ -5,9 +5,9 @@
},
NotYetImplemented,
}Expand description
Inputs for an AsyncProcedure
-Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Input
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for Input
§impl RefUnwindSafe for Input
§impl Send for Input
§impl Sync for Input
§impl Unpin for Input
§impl UnwindSafe for Input
Blanket Implementations§
Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Input
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for Input
§impl RefUnwindSafe for Input
§impl Send for Input
§impl Sync for Input
§impl Unpin for Input
§impl UnwindSafe for Input
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.MessageError.html b/docs/api/maplibre/io/apc/enum.MessageError.html
index d1333775..ab00f6f7 100644
--- a/docs/api/maplibre/io/apc/enum.MessageError.html
+++ b/docs/api/maplibre/io/apc/enum.MessageError.html
@@ -1,6 +1,6 @@
MessageError in maplibre::io::apc - Rust Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}
Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for MessageError
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for MessageError
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.ProcedureError.html b/docs/api/maplibre/io/apc/enum.ProcedureError.html
index c0494f3d..6e29a7b8 100644
--- a/docs/api/maplibre/io/apc/enum.ProcedureError.html
+++ b/docs/api/maplibre/io/apc/enum.ProcedureError.html
@@ -3,7 +3,7 @@
Execution(Box<dyn Error>),
Send(SendError),
}Variants§
§IncompatibleInput
The Input is not compatible with the procedure
-§Execution(Box<dyn Error>)
§Send(SendError)
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
index 5afefd0a..e552c60f 100644
--- a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
+++ b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
@@ -1,7 +1,7 @@
ScheduleError in maplibre::io::scheduler - Rust Enum maplibre::io::scheduler::ScheduleError
source · pub enum ScheduleError {
Scheduling(Box<dyn Error>),
NotImplemented,
-}
Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index f7e45974..8c372d30 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
DeviceInit(RenderError),
Window(WindowCreateError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index b7d04cab..6bbf4780 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Any for Twhere
+}Fields§
§cache_directory: Option<String>Trait Implementations§
source§impl Clone for OffscreenKernelConfig
source§fn clone(&self) -> OffscreenKernelConfig
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl<'de> Deserialize<'de> for OffscreenKernelConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for OffscreenKernelConfig
§impl RefUnwindSafe for OffscreenKernelConfig
§impl Send for OffscreenKernelConfig
§impl Sync for OffscreenKernelConfig
§impl Unpin for OffscreenKernelConfig
§impl UnwindSafe for OffscreenKernelConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.Input.html b/docs/api/maplibre/io/apc/enum.Input.html
index c1484131..66d2e232 100644
--- a/docs/api/maplibre/io/apc/enum.Input.html
+++ b/docs/api/maplibre/io/apc/enum.Input.html
@@ -5,9 +5,9 @@
},
NotYetImplemented,
}Expand description
Inputs for an AsyncProcedure
-Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Input
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for Input
§impl RefUnwindSafe for Input
§impl Send for Input
§impl Sync for Input
§impl Unpin for Input
§impl UnwindSafe for Input
Blanket Implementations§
Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Input
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for Input
§impl RefUnwindSafe for Input
§impl Send for Input
§impl Sync for Input
§impl Unpin for Input
§impl UnwindSafe for Input
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.MessageError.html b/docs/api/maplibre/io/apc/enum.MessageError.html
index d1333775..ab00f6f7 100644
--- a/docs/api/maplibre/io/apc/enum.MessageError.html
+++ b/docs/api/maplibre/io/apc/enum.MessageError.html
@@ -1,6 +1,6 @@
MessageError in maplibre::io::apc - Rust Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}
Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for MessageError
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for MessageError
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.ProcedureError.html b/docs/api/maplibre/io/apc/enum.ProcedureError.html
index c0494f3d..6e29a7b8 100644
--- a/docs/api/maplibre/io/apc/enum.ProcedureError.html
+++ b/docs/api/maplibre/io/apc/enum.ProcedureError.html
@@ -3,7 +3,7 @@
Execution(Box<dyn Error>),
Send(SendError),
}Variants§
§IncompatibleInput
The Input is not compatible with the procedure
-§Execution(Box<dyn Error>)
§Send(SendError)
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
index 5afefd0a..e552c60f 100644
--- a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
+++ b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
@@ -1,7 +1,7 @@
ScheduleError in maplibre::io::scheduler - Rust Enum maplibre::io::scheduler::ScheduleError
source · pub enum ScheduleError {
Scheduling(Box<dyn Error>),
NotImplemented,
-}
Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index f7e45974..8c372d30 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
DeviceInit(RenderError),
Window(WindowCreateError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index b7d04cab..6bbf4780 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Fields§
§cache_directory: Option<String>Trait Implementations§
source§impl Clone for OffscreenKernelConfig
impl Clone for OffscreenKernelConfig
source§fn clone(&self) -> OffscreenKernelConfig
fn clone(&self) -> OffscreenKernelConfig
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl<'de> Deserialize<'de> for OffscreenKernelConfig
impl<'de> Deserialize<'de> for OffscreenKernelConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for OffscreenKernelConfig
impl RefUnwindSafe for OffscreenKernelConfig
impl Send for OffscreenKernelConfig
impl Sync for OffscreenKernelConfig
impl Unpin for OffscreenKernelConfig
impl UnwindSafe for OffscreenKernelConfig
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
§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
impl<T> Resource for Twhere
+ G2: Contains<G1>,
impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
impl<T> Resource for Twhere
T: 'static,
impl<T> WasmNotSend for Twhere
T: Send,
impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.Input.html b/docs/api/maplibre/io/apc/enum.Input.html
index c1484131..66d2e232 100644
--- a/docs/api/maplibre/io/apc/enum.Input.html
+++ b/docs/api/maplibre/io/apc/enum.Input.html
@@ -5,9 +5,9 @@
},
NotYetImplemented,
}Expand description
Inputs for an AsyncProcedure
-Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Input
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for Input
§impl RefUnwindSafe for Input
§impl Send for Input
§impl Sync for Input
§impl Unpin for Input
§impl UnwindSafe for Input
Blanket Implementations§
Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Input
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for Input
§impl RefUnwindSafe for Input
§impl Send for Input
§impl Sync for Input
§impl Unpin for Input
§impl UnwindSafe for Input
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.MessageError.html b/docs/api/maplibre/io/apc/enum.MessageError.html
index d1333775..ab00f6f7 100644
--- a/docs/api/maplibre/io/apc/enum.MessageError.html
+++ b/docs/api/maplibre/io/apc/enum.MessageError.html
@@ -1,6 +1,6 @@
MessageError in maplibre::io::apc - Rust Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}
Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for MessageError
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for MessageError
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.ProcedureError.html b/docs/api/maplibre/io/apc/enum.ProcedureError.html
index c0494f3d..6e29a7b8 100644
--- a/docs/api/maplibre/io/apc/enum.ProcedureError.html
+++ b/docs/api/maplibre/io/apc/enum.ProcedureError.html
@@ -3,7 +3,7 @@
Execution(Box<dyn Error>),
Send(SendError),
}Variants§
§IncompatibleInput
The Input is not compatible with the procedure
-§Execution(Box<dyn Error>)
§Send(SendError)
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
index 5afefd0a..e552c60f 100644
--- a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
+++ b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
@@ -1,7 +1,7 @@
ScheduleError in maplibre::io::scheduler - Rust Enum maplibre::io::scheduler::ScheduleError
source · pub enum ScheduleError {
Scheduling(Box<dyn Error>),
NotImplemented,
-}
Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index f7e45974..8c372d30 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
DeviceInit(RenderError),
Window(WindowCreateError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index b7d04cab..6bbf4780 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Expand description
Inputs for an AsyncProcedure
Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Input
impl<'de> Deserialize<'de> for Input
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for Input
impl RefUnwindSafe for Input
impl Send for Input
impl Sync for Input
impl Unpin for Input
impl UnwindSafe for Input
Blanket Implementations§
Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Input
impl<'de> Deserialize<'de> for Input
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for Input
impl RefUnwindSafe for Input
impl Send for Input
impl Sync for Input
impl Unpin for Input
impl UnwindSafe for Input
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
§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
impl<T> Resource for Twhere
+ G2: Contains<G1>,
impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
impl<T> Resource for Twhere
T: 'static,
impl<T> WasmNotSend for Twhere
T: Send,
impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.MessageError.html b/docs/api/maplibre/io/apc/enum.MessageError.html
index d1333775..ab00f6f7 100644
--- a/docs/api/maplibre/io/apc/enum.MessageError.html
+++ b/docs/api/maplibre/io/apc/enum.MessageError.html
@@ -1,6 +1,6 @@
MessageError in maplibre::io::apc - Rust Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}
Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for MessageError
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for MessageError
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.ProcedureError.html b/docs/api/maplibre/io/apc/enum.ProcedureError.html
index c0494f3d..6e29a7b8 100644
--- a/docs/api/maplibre/io/apc/enum.ProcedureError.html
+++ b/docs/api/maplibre/io/apc/enum.ProcedureError.html
@@ -3,7 +3,7 @@
Execution(Box<dyn Error>),
Send(SendError),
}Variants§
§IncompatibleInput
The Input is not compatible with the procedure
-§Execution(Box<dyn Error>)
§Send(SendError)
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
index 5afefd0a..e552c60f 100644
--- a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
+++ b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
@@ -1,7 +1,7 @@
ScheduleError in maplibre::io::scheduler - Rust Enum maplibre::io::scheduler::ScheduleError
source · pub enum ScheduleError {
Scheduling(Box<dyn Error>),
NotImplemented,
-}
Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index f7e45974..8c372d30 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
DeviceInit(RenderError),
Window(WindowCreateError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index b7d04cab..6bbf4780 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Enum maplibre::io::apc::MessageError
source · pub enum MessageError {
CastError(Box<dyn Any>),
-}Variants§
Trait Implementations§
source§impl Debug for MessageError
impl Debug for MessageError
source§impl Display for MessageError
impl Display for MessageError
source§impl Error for MessageError
impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl Freeze for MessageError
impl !RefUnwindSafe for MessageError
impl !Send for MessageError
impl !Sync for MessageError
impl Unpin for MessageError
impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for MessageError
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.ProcedureError.html b/docs/api/maplibre/io/apc/enum.ProcedureError.html
index c0494f3d..6e29a7b8 100644
--- a/docs/api/maplibre/io/apc/enum.ProcedureError.html
+++ b/docs/api/maplibre/io/apc/enum.ProcedureError.html
@@ -3,7 +3,7 @@
Execution(Box<dyn Error>),
Send(SendError),
}Variants§
§IncompatibleInput
The Input is not compatible with the procedure
-§Execution(Box<dyn Error>)
§Send(SendError)
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
index 5afefd0a..e552c60f 100644
--- a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
+++ b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
@@ -1,7 +1,7 @@
ScheduleError in maplibre::io::scheduler - Rust Enum maplibre::io::scheduler::ScheduleError
source · pub enum ScheduleError {
Scheduling(Box<dyn Error>),
NotImplemented,
-}
Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index f7e45974..8c372d30 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
DeviceInit(RenderError),
Window(WindowCreateError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index b7d04cab..6bbf4780 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for MessageError
source§impl Display for MessageError
source§impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for MessageError
§impl !RefUnwindSafe for MessageError
§impl !Send for MessageError
§impl !Sync for MessageError
§impl Unpin for MessageError
§impl !UnwindSafe for MessageError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.ProcedureError.html b/docs/api/maplibre/io/apc/enum.ProcedureError.html
index c0494f3d..6e29a7b8 100644
--- a/docs/api/maplibre/io/apc/enum.ProcedureError.html
+++ b/docs/api/maplibre/io/apc/enum.ProcedureError.html
@@ -3,7 +3,7 @@
Execution(Box<dyn Error>),
Send(SendError),
}Variants§
§IncompatibleInput
The Input is not compatible with the procedure
-§Execution(Box<dyn Error>)
§Send(SendError)
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
index 5afefd0a..e552c60f 100644
--- a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
+++ b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
@@ -1,7 +1,7 @@
ScheduleError in maplibre::io::scheduler - Rust Enum maplibre::io::scheduler::ScheduleError
source · pub enum ScheduleError {
Scheduling(Box<dyn Error>),
NotImplemented,
-}
Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index f7e45974..8c372d30 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
DeviceInit(RenderError),
Window(WindowCreateError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index b7d04cab..6bbf4780 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Variants§
Trait Implementations§
source§impl Debug for MessageError
impl Debug for MessageError
source§impl Display for MessageError
impl Display for MessageError
source§impl Error for MessageError
impl Error for MessageError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl Freeze for MessageError
impl !RefUnwindSafe for MessageError
impl !Send for MessageError
impl !Sync for MessageError
impl Unpin for MessageError
impl !UnwindSafe for MessageError
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/io/apc/enum.ProcedureError.html b/docs/api/maplibre/io/apc/enum.ProcedureError.html
index c0494f3d..6e29a7b8 100644
--- a/docs/api/maplibre/io/apc/enum.ProcedureError.html
+++ b/docs/api/maplibre/io/apc/enum.ProcedureError.html
@@ -3,7 +3,7 @@
Execution(Box<dyn Error>),
Send(SendError),
}Variants§
§IncompatibleInput
The Input is not compatible with the procedure
-§Execution(Box<dyn Error>)
§Send(SendError)
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
index 5afefd0a..e552c60f 100644
--- a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
+++ b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
@@ -1,7 +1,7 @@
ScheduleError in maplibre::io::scheduler - Rust Enum maplibre::io::scheduler::ScheduleError
source · pub enum ScheduleError {
Scheduling(Box<dyn Error>),
NotImplemented,
-}
Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index f7e45974..8c372d30 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
DeviceInit(RenderError),
Window(WindowCreateError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index b7d04cab..6bbf4780 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/apc/enum.ProcedureError.html b/docs/api/maplibre/io/apc/enum.ProcedureError.html
index c0494f3d..6e29a7b8 100644
--- a/docs/api/maplibre/io/apc/enum.ProcedureError.html
+++ b/docs/api/maplibre/io/apc/enum.ProcedureError.html
@@ -3,7 +3,7 @@
Execution(Box<dyn Error>),
Send(SendError),
}Variants§
§IncompatibleInput
The Input is not compatible with the procedure
-§Execution(Box<dyn Error>)
§Send(SendError)
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcedureError
source§impl Display for ProcedureError
source§impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ProcedureError
§impl !RefUnwindSafe for ProcedureError
§impl !Send for ProcedureError
§impl !Sync for ProcedureError
§impl Unpin for ProcedureError
§impl !UnwindSafe for ProcedureError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
index 5afefd0a..e552c60f 100644
--- a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
+++ b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
@@ -1,7 +1,7 @@
ScheduleError in maplibre::io::scheduler - Rust Enum maplibre::io::scheduler::ScheduleError
source · pub enum ScheduleError {
Scheduling(Box<dyn Error>),
NotImplemented,
-}
Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index f7e45974..8c372d30 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
DeviceInit(RenderError),
Window(WindowCreateError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index b7d04cab..6bbf4780 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Variants§
IncompatibleInput
The Input is not compatible with the procedure
Execution(Box<dyn Error>)
Send(SendError)
Trait Implementations§
source§impl Debug for ProcedureError
impl Debug for ProcedureError
source§impl Display for ProcedureError
impl Display for ProcedureError
source§impl Error for ProcedureError
impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl Freeze for ProcedureError
impl !RefUnwindSafe for ProcedureError
impl !Send for ProcedureError
impl !Sync for ProcedureError
impl Unpin for ProcedureError
impl !UnwindSafe for ProcedureError
Blanket Implementations§
Trait Implementations§
source§impl Debug for ProcedureError
impl Debug for ProcedureError
source§impl Display for ProcedureError
impl Display for ProcedureError
source§impl Error for ProcedureError
impl Error for ProcedureError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl Freeze for ProcedureError
impl !RefUnwindSafe for ProcedureError
impl !Send for ProcedureError
impl !Sync for ProcedureError
impl Unpin for ProcedureError
impl !UnwindSafe for ProcedureError
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/io/scheduler/enum.ScheduleError.html b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
index 5afefd0a..e552c60f 100644
--- a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
+++ b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
@@ -1,7 +1,7 @@
ScheduleError in maplibre::io::scheduler - Rust Enum maplibre::io::scheduler::ScheduleError
source · pub enum ScheduleError {
Scheduling(Box<dyn Error>),
NotImplemented,
-}
Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index f7e45974..8c372d30 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
DeviceInit(RenderError),
Window(WindowCreateError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index b7d04cab..6bbf4780 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
index 5afefd0a..e552c60f 100644
--- a/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
+++ b/docs/api/maplibre/io/scheduler/enum.ScheduleError.html
@@ -1,7 +1,7 @@
ScheduleError in maplibre::io::scheduler - Rust Enum maplibre::io::scheduler::ScheduleError
source · pub enum ScheduleError {
Scheduling(Box<dyn Error>),
NotImplemented,
-}
Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index f7e45974..8c372d30 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
DeviceInit(RenderError),
Window(WindowCreateError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index b7d04cab..6bbf4780 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Enum maplibre::io::scheduler::ScheduleError
source · pub enum ScheduleError {
Scheduling(Box<dyn Error>),
NotImplemented,
-}Variants§
Trait Implementations§
source§impl Debug for ScheduleError
impl Debug for ScheduleError
source§impl Display for ScheduleError
impl Display for ScheduleError
source§impl Error for ScheduleError
impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl Freeze for ScheduleError
impl !RefUnwindSafe for ScheduleError
impl !Send for ScheduleError
impl !Sync for ScheduleError
impl Unpin for ScheduleError
impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index f7e45974..8c372d30 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
DeviceInit(RenderError),
Window(WindowCreateError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index b7d04cab..6bbf4780 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for ScheduleError
source§impl Display for ScheduleError
source§impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()Auto Trait Implementations§
§impl Freeze for ScheduleError
§impl !RefUnwindSafe for ScheduleError
§impl !Send for ScheduleError
§impl !Sync for ScheduleError
§impl Unpin for ScheduleError
§impl !UnwindSafe for ScheduleError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index f7e45974..8c372d30 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
DeviceInit(RenderError),
Window(WindowCreateError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index b7d04cab..6bbf4780 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Variants§
Trait Implementations§
source§impl Debug for ScheduleError
impl Debug for ScheduleError
source§impl Display for ScheduleError
impl Display for ScheduleError
source§impl Error for ScheduleError
impl Error for ScheduleError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
Auto Trait Implementations§
impl Freeze for ScheduleError
impl !RefUnwindSafe for ScheduleError
impl !Send for ScheduleError
impl !Sync for ScheduleError
impl Unpin for ScheduleError
impl !UnwindSafe for ScheduleError
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/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index f7e45974..8c372d30 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
DeviceInit(RenderError),
Window(WindowCreateError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index b7d04cab..6bbf4780 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/map/enum.MapError.html b/docs/api/maplibre/map/enum.MapError.html
index f7e45974..8c372d30 100644
--- a/docs/api/maplibre/map/enum.MapError.html
+++ b/docs/api/maplibre/map/enum.MapError.html
@@ -5,7 +5,7 @@
DeviceInit(RenderError),
Window(WindowCreateError),
}Variants§
§RendererAlreadySet
No need to set renderer again
-§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for MapError
§impl !RefUnwindSafe for MapError
§impl Send for MapError
§impl Sync for MapError
§impl Unpin for MapError
§impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index b7d04cab..6bbf4780 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Variants§
RendererAlreadySet
No need to set renderer again
-RendererNotReady
RenderGraphInit(RenderGraphError)
DeviceInit(RenderError)
Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<WindowCreateError> for MapError
impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
fn from(source: WindowCreateError) -> Self
Auto Trait Implementations§
impl Freeze for MapError
impl !RefUnwindSafe for MapError
impl Send for MapError
impl Sync for MapError
impl Unpin for MapError
impl !UnwindSafe for MapError
Blanket Implementations§
source§impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
impl<T> Any for Twhere
+§RendererNotReady
§RenderGraphInit(RenderGraphError)
§DeviceInit(RenderError)
§Window(WindowCreateError)
RendererNotReady
RenderGraphInit(RenderGraphError)
DeviceInit(RenderError)
Window(WindowCreateError)
Trait Implementations§
source§impl Error for MapError
impl Error for MapError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<WindowCreateError> for MapError
impl From<WindowCreateError> for MapError
source§fn from(source: WindowCreateError) -> Self
fn from(source: WindowCreateError) -> Self
Auto Trait Implementations§
impl Freeze for MapError
impl !RefUnwindSafe for MapError
impl Send for MapError
impl Sync for MapError
impl Unpin for MapError
impl !UnwindSafe for MapError
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/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index b7d04cab..6bbf4780 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/error/enum.RenderError.html b/docs/api/maplibre/render/error/enum.RenderError.html
index b7d04cab..6bbf4780 100644
--- a/docs/api/maplibre/render/error/enum.RenderError.html
+++ b/docs/api/maplibre/render/error/enum.RenderError.html
@@ -5,7 +5,7 @@
Graph(RenderGraphError),
RequestDevice(RequestDeviceError),
RequestAdaptor,
-}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Variants§
Surface(SurfaceError)
Handle(HandleError)
CreateSurfaceError(CreateSurfaceError)
Graph(RenderGraphError)
RequestDevice(RequestDeviceError)
RequestAdaptor
Implementations§
source§impl RenderError
impl RenderError
pub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
impl Debug for RenderError
source§impl Display for RenderError
impl Display for RenderError
source§impl Error for RenderError
impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<CreateSurfaceError> for RenderError
impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
fn from(source: RenderGraphError) -> Self
source§impl From<RequestDeviceError> for RenderError
impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
impl Freeze for RenderError
impl !RefUnwindSafe for RenderError
impl Send for RenderError
impl Sync for RenderError
impl Unpin for RenderError
impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Any for Twhere
+}Variants§
§Surface(SurfaceError)
§Handle(HandleError)
§CreateSurfaceError(CreateSurfaceError)
§Graph(RenderGraphError)
§RequestDevice(RequestDeviceError)
§RequestAdaptor
Implementations§
source§impl RenderError
sourcepub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
source§impl Display for RenderError
source§impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
Converts to this type from the input type.source§impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
§impl Freeze for RenderError
§impl !RefUnwindSafe for RenderError
§impl Send for RenderError
§impl Sync for RenderError
§impl Unpin for RenderError
§impl !UnwindSafe for RenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Variants§
Surface(SurfaceError)
Handle(HandleError)
CreateSurfaceError(CreateSurfaceError)
Graph(RenderGraphError)
RequestDevice(RequestDeviceError)
RequestAdaptor
Implementations§
source§impl RenderError
impl RenderError
pub fn should_exit(&self) -> bool
Trait Implementations§
source§impl Debug for RenderError
impl Debug for RenderError
source§impl Display for RenderError
impl Display for RenderError
source§impl Error for RenderError
impl Error for RenderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<CreateSurfaceError> for RenderError
impl From<CreateSurfaceError> for RenderError
source§impl From<HandleError> for RenderError
impl From<HandleError> for RenderError
source§impl From<RenderGraphError> for RenderError
impl From<RenderGraphError> for RenderError
source§fn from(source: RenderGraphError) -> Self
fn from(source: RenderGraphError) -> Self
source§impl From<RequestDeviceError> for RenderError
impl From<RequestDeviceError> for RenderError
Auto Trait Implementations§
impl Freeze for RenderError
impl !RefUnwindSafe for RenderError
impl Send for RenderError
impl Sync for RenderError
impl Unpin for RenderError
impl !UnwindSafe for RenderError
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/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
index a39d6815..53a7788b 100644
--- a/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/context/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Variants§
Trait Implementations§
source§impl Debug for InputSlotError
impl Debug for InputSlotError
source§impl Display for InputSlotError
impl Display for InputSlotError
source§impl Error for InputSlotError
impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<InputSlotError> for NodeRunError
impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
fn from(source: InputSlotError) -> Self
source§impl PartialEq for InputSlotError
impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
fn eq(&self, other: &InputSlotError) -> bool
self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
impl Debug for InputSlotError
source§impl Display for InputSlotError
impl Display for InputSlotError
source§impl Error for InputSlotError
impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<InputSlotError> for NodeRunError
impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
fn from(source: InputSlotError) -> Self
source§impl PartialEq for InputSlotError
impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
fn eq(&self, other: &InputSlotError) -> bool
self and other values to be equal, and is used
by ==.impl Eq for InputSlotError
impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
impl Freeze for InputSlotError
impl RefUnwindSafe for InputSlotError
impl Send for InputSlotError
impl Sync for InputSlotError
impl Unpin for InputSlotError
impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.InputSlotError.html b/docs/api/maplibre/render/graph/enum.InputSlotError.html
index 3ec80161..69d233fa 100644
--- a/docs/api/maplibre/render/graph/enum.InputSlotError.html
+++ b/docs/api/maplibre/render/graph/enum.InputSlotError.html
@@ -5,7 +5,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
source§impl Display for InputSlotError
source§impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for InputSlotError
source§impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
§impl Freeze for InputSlotError
§impl RefUnwindSafe for InputSlotError
§impl Send for InputSlotError
§impl Sync for InputSlotError
§impl Unpin for InputSlotError
§impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Variants§
Trait Implementations§
source§impl Debug for InputSlotError
impl Debug for InputSlotError
source§impl Display for InputSlotError
impl Display for InputSlotError
source§impl Error for InputSlotError
impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<InputSlotError> for NodeRunError
impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
fn from(source: InputSlotError) -> Self
source§impl PartialEq for InputSlotError
impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
fn eq(&self, other: &InputSlotError) -> bool
self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for InputSlotError
impl Debug for InputSlotError
source§impl Display for InputSlotError
impl Display for InputSlotError
source§impl Error for InputSlotError
impl Error for InputSlotError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<InputSlotError> for NodeRunError
impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
fn from(source: InputSlotError) -> Self
source§impl PartialEq for InputSlotError
impl PartialEq for InputSlotError
source§fn eq(&self, other: &InputSlotError) -> bool
fn eq(&self, other: &InputSlotError) -> bool
self and other values to be equal, and is used
by ==.impl Eq for InputSlotError
impl StructuralPartialEq for InputSlotError
Auto Trait Implementations§
impl Freeze for InputSlotError
impl RefUnwindSafe for InputSlotError
impl Send for InputSlotError
impl Sync for InputSlotError
impl Unpin for InputSlotError
impl UnwindSafe for InputSlotError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeLabel.html b/docs/api/maplibre/render/graph/enum.NodeLabel.html
index 3afb909a..3b09fe47 100644
--- a/docs/api/maplibre/render/graph/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
fn eq(&self, other: &NodeLabel) -> bool
self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
impl PartialEq for NodeLabel
impl Eq for NodeLabel
impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
impl Freeze for NodeLabel
impl RefUnwindSafe for NodeLabel
impl Send for NodeLabel
impl Sync for NodeLabel
impl Unpin for NodeLabel
impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.NodeRunError.html b/docs/api/maplibre/render/graph/enum.NodeRunError.html
index bd12e2e5..8ebf5e67 100644
--- a/docs/api/maplibre/render/graph/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Variants§
Trait Implementations§
source§impl Debug for NodeRunError
impl Debug for NodeRunError
source§impl Display for NodeRunError
impl Display for NodeRunError
source§impl Error for NodeRunError
impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<InputSlotError> for NodeRunError
impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
fn from(source: InputSlotError) -> Self
source§impl From<NodeRunError> for RenderGraphRunnerError
impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
fn from(source: NodeRunError) -> Self
source§impl From<OutputSlotError> for NodeRunError
impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
fn from(source: OutputSlotError) -> Self
source§impl From<RunSubGraphError> for NodeRunError
impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
fn from(source: RunSubGraphError) -> Self
source§impl PartialEq for NodeRunError
impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
fn eq(&self, other: &NodeRunError) -> bool
self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
impl Debug for NodeRunError
source§impl Display for NodeRunError
impl Display for NodeRunError
source§impl Error for NodeRunError
impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<InputSlotError> for NodeRunError
impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
fn from(source: InputSlotError) -> Self
source§impl From<NodeRunError> for RenderGraphRunnerError
impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
fn from(source: NodeRunError) -> Self
source§impl From<OutputSlotError> for NodeRunError
impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
fn from(source: OutputSlotError) -> Self
source§impl From<RunSubGraphError> for NodeRunError
impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
fn from(source: RunSubGraphError) -> Self
source§impl PartialEq for NodeRunError
impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
fn eq(&self, other: &NodeRunError) -> bool
self and other values to be equal, and is used
by ==.impl Eq for NodeRunError
impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
impl Freeze for NodeRunError
impl RefUnwindSafe for NodeRunError
impl Send for NodeRunError
impl Sync for NodeRunError
impl Unpin for NodeRunError
impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotLabel.html b/docs/api/maplibre/render/graph/enum.SlotLabel.html
index 4d796604..68d5383e 100644
--- a/docs/api/maplibre/render/graph/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
fn eq(&self, other: &SlotLabel) -> bool
self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
impl PartialEq for SlotLabel
impl Eq for SlotLabel
impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
impl Freeze for SlotLabel
impl RefUnwindSafe for SlotLabel
impl Send for SlotLabel
impl Sync for SlotLabel
impl Unpin for SlotLabel
impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotType.html b/docs/api/maplibre/render/graph/enum.SlotType.html
index ca730301..08092f7b 100644
--- a/docs/api/maplibre/render/graph/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Buffer
A GPU-accessible [Buffer].
TextureView
A TextureView describes a texture used in a pipeline.
Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Trait Implementations§
source§impl PartialEq for SlotType
impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
impl PartialEq for SlotType
impl Copy for SlotType
impl Eq for SlotType
impl StructuralPartialEq for SlotType
Auto Trait Implementations§
impl Freeze for SlotType
impl RefUnwindSafe for SlotType
impl Send for SlotType
impl Sync for SlotType
impl Unpin for SlotType
impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/enum.SlotValue.html b/docs/api/maplibre/render/graph/enum.SlotValue.html
index 329061f2..47b1c332 100644
--- a/docs/api/maplibre/render/graph/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
source§impl From<TextureView> for SlotValue
impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
fn from(value: TextureView) -> Self
impl Freeze for SlotValue
impl !RefUnwindSafe for SlotValue
impl !Send for SlotValue
impl !Sync for SlotValue
impl Unpin for SlotValue
impl !UnwindSafe for SlotValue
Trait Implementations§
source§impl From<TextureView> for SlotValue
impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
fn from(value: TextureView) -> Self
Auto Trait Implementations§
impl Freeze for SlotValue
impl !RefUnwindSafe for SlotValue
impl !Send for SlotValue
impl !Sync for SlotValue
impl Unpin for SlotValue
impl !UnwindSafe for SlotValue
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/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
index bb61aa53..e83f6175 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
source§impl Eq for NodeLabel
source§impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
§impl Freeze for NodeLabel
§impl RefUnwindSafe for NodeLabel
§impl Send for NodeLabel
§impl Sync for NodeLabel
§impl Unpin for NodeLabel
§impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Expand description
A NodeLabel is used to reference a NodeState by either its name or NodeId
inside the RenderGraph.
Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
impl PartialEq for NodeLabel
source§fn eq(&self, other: &NodeLabel) -> bool
fn eq(&self, other: &NodeLabel) -> bool
self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for NodeLabel
impl PartialEq for NodeLabel
impl Eq for NodeLabel
impl StructuralPartialEq for NodeLabel
Auto Trait Implementations§
impl Freeze for NodeLabel
impl RefUnwindSafe for NodeLabel
impl Send for NodeLabel
impl Sync for NodeLabel
impl Unpin for NodeLabel
impl UnwindSafe for NodeLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
index 992beb43..addf7f89 100644
--- a/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
+++ b/docs/api/maplibre/render/graph/node/enum.NodeRunError.html
@@ -2,7 +2,7 @@
InputSlotError(InputSlotError),
OutputSlotError(OutputSlotError),
RunSubGraphError(RunSubGraphError),
-}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
source§impl Display for NodeRunError
source§impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
Converts to this type from the input type.source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.source§impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
Converts to this type from the input type.source§impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
Converts to this type from the input type.source§impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
This method tests for self and other values to be equal, and is used
by ==.source§impl Eq for NodeRunError
source§impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
§impl Freeze for NodeRunError
§impl RefUnwindSafe for NodeRunError
§impl Send for NodeRunError
§impl Sync for NodeRunError
§impl Unpin for NodeRunError
§impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Variants§
Trait Implementations§
source§impl Debug for NodeRunError
impl Debug for NodeRunError
source§impl Display for NodeRunError
impl Display for NodeRunError
source§impl Error for NodeRunError
impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<InputSlotError> for NodeRunError
impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
fn from(source: InputSlotError) -> Self
source§impl From<NodeRunError> for RenderGraphRunnerError
impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
fn from(source: NodeRunError) -> Self
source§impl From<OutputSlotError> for NodeRunError
impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
fn from(source: OutputSlotError) -> Self
source§impl From<RunSubGraphError> for NodeRunError
impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
fn from(source: RunSubGraphError) -> Self
source§impl PartialEq for NodeRunError
impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
fn eq(&self, other: &NodeRunError) -> bool
self and other values to be equal, and is used
+}Variants§
Trait Implementations§
source§impl Debug for NodeRunError
impl Debug for NodeRunError
source§impl Display for NodeRunError
impl Display for NodeRunError
source§impl Error for NodeRunError
impl Error for NodeRunError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<InputSlotError> for NodeRunError
impl From<InputSlotError> for NodeRunError
source§fn from(source: InputSlotError) -> Self
fn from(source: InputSlotError) -> Self
source§impl From<NodeRunError> for RenderGraphRunnerError
impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
fn from(source: NodeRunError) -> Self
source§impl From<OutputSlotError> for NodeRunError
impl From<OutputSlotError> for NodeRunError
source§fn from(source: OutputSlotError) -> Self
fn from(source: OutputSlotError) -> Self
source§impl From<RunSubGraphError> for NodeRunError
impl From<RunSubGraphError> for NodeRunError
source§fn from(source: RunSubGraphError) -> Self
fn from(source: RunSubGraphError) -> Self
source§impl PartialEq for NodeRunError
impl PartialEq for NodeRunError
source§fn eq(&self, other: &NodeRunError) -> bool
fn eq(&self, other: &NodeRunError) -> bool
self and other values to be equal, and is used
by ==.impl Eq for NodeRunError
impl StructuralPartialEq for NodeRunError
Auto Trait Implementations§
impl Freeze for NodeRunError
impl RefUnwindSafe for NodeRunError
impl Send for NodeRunError
impl Sync for NodeRunError
impl Unpin for NodeRunError
impl UnwindSafe for NodeRunError
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
index ad783ad9..475e8026 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotLabel.html
@@ -3,7 +3,7 @@
Name(Cow<'static, str>),
}Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
-Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
This method tests for self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
source§impl Eq for SlotLabel
source§impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
§impl Freeze for SlotLabel
§impl RefUnwindSafe for SlotLabel
§impl Send for SlotLabel
§impl Sync for SlotLabel
§impl Unpin for SlotLabel
§impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Expand description
A SlotLabel is used to reference a slot by either its name or index
inside the RenderGraph.
Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
impl PartialEq for SlotLabel
source§fn eq(&self, other: &SlotLabel) -> bool
fn eq(&self, other: &SlotLabel) -> bool
self and other values to be equal, and is used
+Variants§
Trait Implementations§
source§impl PartialEq for SlotLabel
impl PartialEq for SlotLabel
impl Eq for SlotLabel
impl StructuralPartialEq for SlotLabel
Auto Trait Implementations§
impl Freeze for SlotLabel
impl RefUnwindSafe for SlotLabel
impl Send for SlotLabel
impl Sync for SlotLabel
impl Unpin for SlotLabel
impl UnwindSafe for SlotLabel
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
index 64a94132..30843986 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotType.html
@@ -8,7 +8,7 @@ the render Variants§§Buffer
A GPU-accessible [Buffer].
§TextureView
A TextureView describes a texture used in a pipeline.
§Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
-Trait Implementations§
source§impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
source§impl Copy for SlotType
source§impl Eq for SlotType
source§impl StructuralPartialEq for SlotType
Auto Trait Implementations§
§impl Freeze for SlotType
§impl RefUnwindSafe for SlotType
§impl Send for SlotType
§impl Sync for SlotType
§impl Unpin for SlotType
§impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Buffer
A GPU-accessible [Buffer].
TextureView
A TextureView describes a texture used in a pipeline.
Sampler
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Trait Implementations§
source§impl PartialEq for SlotType
impl PartialEq for SlotType
Trait Implementations§
source§impl PartialEq for SlotType
impl PartialEq for SlotType
impl Copy for SlotType
impl Eq for SlotType
impl StructuralPartialEq for SlotType
Auto Trait Implementations§
impl Freeze for SlotType
impl RefUnwindSafe for SlotType
impl Send for SlotType
impl Sync for SlotType
impl Unpin for SlotType
impl UnwindSafe for SlotType
Blanket Implementations§
source§impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
impl<T> Borrow<T> for Twhere
diff --git a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
index 4dcc1d69..82ca71fe 100644
--- a/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
+++ b/docs/api/maplibre/render/graph/node_slot/enum.SlotValue.html
@@ -11,7 +11,7 @@ Corresponds to the §TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
§Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
Implementations§
Trait Implementations§
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for SlotValue
§impl !RefUnwindSafe for SlotValue
§impl !Send for SlotValue
§impl !Sync for SlotValue
§impl Unpin for SlotValue
§impl !UnwindSafe for SlotValue
Blanket Implementations§
TextureView(Rc<TextureView>)
A TextureView describes a texture used in a pipeline.
Sampler(Rc<Sampler>)
A texture [Sampler] defines how a pipeline will sample from a TextureView.
source§impl From<TextureView> for SlotValue
impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
fn from(value: TextureView) -> Self
impl Freeze for SlotValue
impl !RefUnwindSafe for SlotValue
impl !Send for SlotValue
impl !Sync for SlotValue
impl Unpin for SlotValue
impl !UnwindSafe for SlotValue
Trait Implementations§
source§impl From<TextureView> for SlotValue
impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
fn from(value: TextureView) -> Self
Auto Trait Implementations§
impl Freeze for SlotValue
impl !RefUnwindSafe for SlotValue
impl !Send for SlotValue
impl !Sync for SlotValue
impl Unpin for SlotValue
impl !UnwindSafe for SlotValue
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/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
index afc15635..68e8363c 100644
--- a/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
+++ b/docs/api/maplibre/render/graph_runner/enum.RenderGraphRunnerError.html
@@ -16,7 +16,7 @@
expected: SlotType,
actual: SlotType,
},
-}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<NodeRunError> for RenderGraphRunnerError
impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
fn from(source: NodeRunError) -> Self
Auto Trait Implementations§
impl Freeze for RenderGraphRunnerError
impl RefUnwindSafe for RenderGraphRunnerError
impl Send for RenderGraphRunnerError
impl Sync for RenderGraphRunnerError
impl Unpin for RenderGraphRunnerError
impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Any for Twhere
+}Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more1.0.0 · source§fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()source§impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for RenderGraphRunnerError
§impl RefUnwindSafe for RenderGraphRunnerError
§impl Send for RenderGraphRunnerError
§impl Sync for RenderGraphRunnerError
§impl Unpin for RenderGraphRunnerError
§impl UnwindSafe for RenderGraphRunnerError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Variants§
Trait Implementations§
source§impl Debug for RenderGraphRunnerError
impl Debug for RenderGraphRunnerError
source§impl Display for RenderGraphRunnerError
impl Display for RenderGraphRunnerError
source§impl Error for RenderGraphRunnerError
impl Error for RenderGraphRunnerError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<NodeRunError> for RenderGraphRunnerError
impl From<NodeRunError> for RenderGraphRunnerError
source§fn from(source: NodeRunError) -> Self
fn from(source: NodeRunError) -> Self
Auto Trait Implementations§
impl Freeze for RenderGraphRunnerError
impl RefUnwindSafe for RenderGraphRunnerError
impl Send for RenderGraphRunnerError
impl Sync for RenderGraphRunnerError
impl Unpin for RenderGraphRunnerError
impl UnwindSafe for RenderGraphRunnerError
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/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/render_phase/struct.LayerItem.html b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
index c279046a..7e8d1541 100644
--- a/docs/api/maplibre/render/render_phase/struct.LayerItem.html
+++ b/docs/api/maplibre/render/render_phase/struct.LayerItem.html
@@ -4,11 +4,11 @@
pub style_layer: String,
pub tile: Tile,
pub source_shape: TileShape,
-}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
diff --git a/docs/api/maplibre/style/layer/enum.LayerPaint.html b/docs/api/maplibre/style/layer/enum.LayerPaint.html
index a4bf1f85..c7749517 100644
--- a/docs/api/maplibre/style/layer/enum.LayerPaint.html
+++ b/docs/api/maplibre/style/layer/enum.LayerPaint.html
@@ -4,9 +4,9 @@
Fill(FillPaint),
Raster(RasterLayer),
}Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LayerPaint
§impl RefUnwindSafe for LayerPaint
§impl Send for LayerPaint
§impl Sync for LayerPaint
§impl Unpin for LayerPaint
§impl UnwindSafe for LayerPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
fn render<'w>(
+}Fields§
§draw_function: Box<dyn Draw<LayerItem>>§index: u32§style_layer: String§tile: Tile§source_shape: TileShapeTrait Implementations§
source§impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
Renders the PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
Trait Implementations§
source§impl Debug for TextureView
source§impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
Converts to this type from the input type.Auto Trait Implementations§
§impl Freeze for TextureView
§impl !RefUnwindSafe for TextureView
§impl Send for TextureView
§impl Sync for TextureView
§impl Unpin for TextureView
§impl !UnwindSafe for TextureView
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
source§impl RenderCommand<LayerItem> for DrawRasterTile
impl RenderCommand<LayerItem> for DrawRasterTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
-) -> RenderCommandResult
fn render<'w>( world: &'w World, item: &LayerItem, pass: &mut TrackedRenderPass<'w> -) -> RenderCommandResult
PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
+) -> RenderCommandResult
fn render<'w>( +) -> RenderCommandResult
PhaseItem by issuing draw calls via the TrackedRenderPass.source§impl RenderCommand<LayerItem> for DrawVectorTile
impl RenderCommand<LayerItem> for DrawVectorTile
source§fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
fn render<'w>(
world: &'w World,
item: &LayerItem,
pass: &mut TrackedRenderPass<'w>
diff --git a/docs/api/maplibre/render/resource/enum.TextureView.html b/docs/api/maplibre/render/resource/enum.TextureView.html
index 6ea6b44c..2780c1e3 100644
--- a/docs/api/maplibre/render/resource/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
source§impl Debug for TextureView
impl Debug for TextureView
source§impl Deref for TextureView
impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
fn from(value: TextureView) -> Self
impl Freeze for TextureView
impl !RefUnwindSafe for TextureView
impl Send for TextureView
impl Sync for TextureView
impl Unpin for TextureView
impl !UnwindSafe for TextureView
source§impl Debug for TextureView
impl Debug for TextureView
source§impl Deref for TextureView
impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
fn from(value: TextureView) -> Self
impl Freeze for TextureView
impl !RefUnwindSafe for TextureView
impl Send for TextureView
impl Sync for TextureView
impl Unpin for TextureView
impl !UnwindSafe for TextureView
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/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/render/resource/texture/enum.TextureView.html b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
index 3c02b50f..caf173a9 100644
--- a/docs/api/maplibre/render/resource/texture/enum.TextureView.html
+++ b/docs/api/maplibre/render/resource/texture/enum.TextureView.html
@@ -22,7 +22,7 @@ backend type argument does not match with this wgpu Texture
- The raw handle obtained from the hal TextureView must not be manually destroyed
-
- The raw handle obtained from the hal TextureView must not be manually destroyed
source§impl Debug for TextureView
impl Debug for TextureView
source§impl Deref for TextureView
impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
fn from(value: TextureView) -> Self
impl Freeze for TextureView
impl !RefUnwindSafe for TextureView
impl Send for TextureView
impl Sync for TextureView
impl Unpin for TextureView
impl !UnwindSafe for TextureView
source§impl Debug for TextureView
impl Debug for TextureView
source§impl Deref for TextureView
impl Deref for TextureView
source§impl From<SurfaceTexture> for TextureView
impl From<SurfaceTexture> for TextureView
source§impl From<TextureView> for SlotValue
impl From<TextureView> for SlotValue
source§fn from(value: TextureView) -> Self
fn from(value: TextureView) -> Self
impl Freeze for TextureView
impl !RefUnwindSafe for TextureView
impl Send for TextureView
impl Sync for TextureView
impl Unpin for TextureView
impl !UnwindSafe for TextureView
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/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
impl<T> Downcast for Twhere
diff --git a/docs/api/maplibre/schedule/trait.StageLabel.html b/docs/api/maplibre/schedule/trait.StageLabel.html
index 8b9049dc..9b76ff6b 100644
--- a/docs/api/maplibre/schedule/trait.StageLabel.html
+++ b/docs/api/maplibre/schedule/trait.StageLabel.html
@@ -1,4 +1,4 @@
StageLabel in maplibre::schedule - Rust Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }
Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
source§impl Eq for dyn StageLabel
Implementations on Foreign Types§
source§impl StageLabel for &'static str
source§impl StageLabel for Cow<'static, str>
Implementors§
source§impl StageLabel for RenderStageLabel
\ No newline at end of file
+sufficient, and should not be overridden without very good reason.
Trait maplibre::schedule::StageLabel
source · pub trait StageLabel: DynHash + Debug + Send + Sync + 'static { }Expand description
Defines a set of strongly-typed labels for a class of objects
Trait Implementations§
source§impl Clone for Box<dyn StageLabel>
impl Clone for Box<dyn StageLabel>
source§impl Hash for dyn StageLabel
impl Hash for dyn StageLabel
source§impl PartialEq for dyn StageLabel
impl PartialEq for dyn StageLabel
impl Eq for dyn StageLabel
Implementations on Foreign Types§
impl StageLabel for &'static str
impl StageLabel for Cow<'static, str>
Implementors§
impl StageLabel for RenderStageLabel
impl Eq for dyn StageLabel
Implementations on Foreign Types§
impl StageLabel for &'static str
impl StageLabel for Cow<'static, str>
Implementors§
impl StageLabel for RenderStageLabel
Expand description
The different types of paints.
-Variants§
Implementations§
source§impl LayerPaint
impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
fn clone(&self) -> LayerPaint
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for LayerPaint
impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for LayerPaint
impl RefUnwindSafe for LayerPaint
impl Send for LayerPaint
impl Sync for LayerPaint
impl Unpin for LayerPaint
impl UnwindSafe for LayerPaint
Blanket Implementations§
Variants§
Implementations§
source§impl LayerPaint
impl LayerPaint
Trait Implementations§
source§impl Clone for LayerPaint
impl Clone for LayerPaint
source§fn clone(&self) -> LayerPaint
fn clone(&self) -> LayerPaint
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for LayerPaint
impl Debug for LayerPaint
source§impl<'de> Deserialize<'de> for LayerPaint
impl<'de> Deserialize<'de> for LayerPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for LayerPaint
impl RefUnwindSafe for LayerPaint
impl Send for LayerPaint
impl Sync for LayerPaint
impl Unpin for LayerPaint
impl UnwindSafe for LayerPaint
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
§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
impl<T> Resource for Twhere
+ G2: Contains<G1>,
impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
impl<T> Resource for Twhere
T: 'static,
impl<T> WasmNotSend for Twhere
T: Send,
impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
index fdd42895..cc69946b 100644
--- a/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
+++ b/docs/api/maplibre/style/layer/struct.BackgroundPaint.html
@@ -1,8 +1,8 @@
BackgroundPaint in maplibre::style::layer - Rust Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Struct maplibre::style::layer::BackgroundPaint
source · pub struct BackgroundPaint {
pub background_color: Option<Color>,
-}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
fn clone(&self) -> BackgroundPaint
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for BackgroundPaint
impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for BackgroundPaint
impl RefUnwindSafe for BackgroundPaint
impl Send for BackgroundPaint
impl Sync for BackgroundPaint
impl Unpin for BackgroundPaint
impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Any for Twhere
+}Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for BackgroundPaint
§impl RefUnwindSafe for BackgroundPaint
§impl Send for BackgroundPaint
§impl Sync for BackgroundPaint
§impl Unpin for BackgroundPaint
§impl UnwindSafe for BackgroundPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Fields§
§background_color: Option<Color>Trait Implementations§
source§impl Clone for BackgroundPaint
impl Clone for BackgroundPaint
source§fn clone(&self) -> BackgroundPaint
fn clone(&self) -> BackgroundPaint
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for BackgroundPaint
impl Debug for BackgroundPaint
source§impl<'de> Deserialize<'de> for BackgroundPaint
impl<'de> Deserialize<'de> for BackgroundPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for BackgroundPaint
impl RefUnwindSafe for BackgroundPaint
impl Send for BackgroundPaint
impl Sync for BackgroundPaint
impl Unpin for BackgroundPaint
impl UnwindSafe for BackgroundPaint
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
§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
impl<T> Resource for Twhere
+ G2: Contains<G1>,
impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
impl<T> Resource for Twhere
T: 'static,
impl<T> WasmNotSend for Twhere
T: Send,
impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.FillPaint.html b/docs/api/maplibre/style/layer/struct.FillPaint.html
index d3b6b39b..757f6638 100644
--- a/docs/api/maplibre/style/layer/struct.FillPaint.html
+++ b/docs/api/maplibre/style/layer/struct.FillPaint.html
@@ -1,8 +1,8 @@
FillPaint in maplibre::style::layer - Rust pub struct FillPaint {
pub fill_color: Option<Color>,
-}
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
pub struct FillPaint {
pub fill_color: Option<Color>,
-}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for FillPaint
impl RefUnwindSafe for FillPaint
impl Send for FillPaint
impl Sync for FillPaint
impl Unpin for FillPaint
impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Any for Twhere
+}Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for FillPaint
§impl RefUnwindSafe for FillPaint
§impl Send for FillPaint
§impl Sync for FillPaint
§impl Unpin for FillPaint
§impl UnwindSafe for FillPaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Fields§
§fill_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for FillPaint
impl<'de> Deserialize<'de> for FillPaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for FillPaint
impl RefUnwindSafe for FillPaint
impl Send for FillPaint
impl Sync for FillPaint
impl Unpin for FillPaint
impl UnwindSafe for FillPaint
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
§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
impl<T> Resource for Twhere
+ G2: Contains<G1>,
impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
impl<T> Resource for Twhere
T: 'static,
impl<T> WasmNotSend for Twhere
T: Send,
impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.LinePaint.html b/docs/api/maplibre/style/layer/struct.LinePaint.html
index 8d222b83..b67c0a6b 100644
--- a/docs/api/maplibre/style/layer/struct.LinePaint.html
+++ b/docs/api/maplibre/style/layer/struct.LinePaint.html
@@ -1,8 +1,8 @@
LinePaint in maplibre::style::layer - Rust pub struct LinePaint {
pub line_color: Option<Color>,
-}
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
pub struct LinePaint {
pub line_color: Option<Color>,
-}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for LinePaint
impl RefUnwindSafe for LinePaint
impl Send for LinePaint
impl Sync for LinePaint
impl Unpin for LinePaint
impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
impl<T> Any for Twhere
+}Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for LinePaint
§impl RefUnwindSafe for LinePaint
§impl Send for LinePaint
§impl Sync for LinePaint
§impl Unpin for LinePaint
§impl UnwindSafe for LinePaint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Fields§
§line_color: Option<Color>Trait Implementations§
source§impl<'de> Deserialize<'de> for LinePaint
impl<'de> Deserialize<'de> for LinePaint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for LinePaint
impl RefUnwindSafe for LinePaint
impl Send for LinePaint
impl Sync for LinePaint
impl Unpin for LinePaint
impl UnwindSafe for LinePaint
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
§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
impl<T> Resource for Twhere
+ G2: Contains<G1>,
impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
impl<T> Resource for Twhere
T: 'static,
impl<T> WasmNotSend for Twhere
T: Send,
impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/layer/struct.StyleLayer.html b/docs/api/maplibre/style/layer/struct.StyleLayer.html
index 8f13ee62..eabc6257 100644
--- a/docs/api/maplibre/style/layer/struct.StyleLayer.html
+++ b/docs/api/maplibre/style/layer/struct.StyleLayer.html
@@ -8,9 +8,9 @@
pub source: Option<String>,
pub source_layer: Option<String>,
}Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
Returns a copy of the value. Read more1.0.0 · source§fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read moresource§impl Debug for StyleLayer
source§impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
+ __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read moreAuto Trait Implementations§
§impl Freeze for StyleLayer
§impl RefUnwindSafe for StyleLayer
§impl Send for StyleLayer
§impl Sync for StyleLayer
§impl Unpin for StyleLayer
§impl UnwindSafe for StyleLayer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more§fn with_current_subscriber(self) -> WithDispatch<Self>
source§impl<T> DeserializeOwned for Twhere
- T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
+ G2: Contains<G1>,
source§impl<T> DeserializeOwned for Twhere
+ T: for<'de> Deserialize<'de>,
source§impl<T> Resource for Twhere
T: 'static,
§impl<T> WasmNotSend for Twhere
T: Send,
§impl<T> WasmNotSendSync for Twhere
T: WasmNotSend + WasmNotSync,
§impl<T> WasmNotSync for Twhere
diff --git a/docs/api/maplibre/style/raster/enum.RasterResampling.html b/docs/api/maplibre/style/raster/enum.RasterResampling.html
index 7240283b..31eaf727 100644
--- a/docs/api/maplibre/style/raster/enum.RasterResampling.html
+++ b/docs/api/maplibre/style/raster/enum.RasterResampling.html
@@ -1,9 +1,9 @@
RasterResampling in maplibre::style::raster - Rust
Expand description
Stores all the styles for a specific layer.
-Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
fn clone(&self) -> StyleLayer
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for StyleLayer
impl Debug for StyleLayer
source§impl Default for StyleLayer
impl Default for StyleLayer
source§impl<'de> Deserialize<'de> for StyleLayer
impl<'de> Deserialize<'de> for StyleLayer
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
- __D: Deserializer<'de>,
Auto Trait Implementations§
impl Freeze for StyleLayer
impl RefUnwindSafe for StyleLayer
impl Send for StyleLayer
impl Sync for StyleLayer
impl Unpin for StyleLayer
impl UnwindSafe for StyleLayer
Blanket Implementations§
Fields§
§index: u32§id: String§maxzoom: Option<u8>§minzoom: Option<u8>§metadata: Option<HashMap<String, String>>§paint: Option<LayerPaint>§source: Option<String>§source_layer: Option<String>Trait Implementations§
source§impl Clone for StyleLayer
impl Clone for StyleLayer
source§fn clone(&self) -> StyleLayer
fn clone(&self) -> StyleLayer
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more