Struct oxygengine_ha_renderer_debugger::request::ResponseQueryPipelineStageRenderQueueResources
source · pub struct ResponseQueryPipelineStageRenderQueueResources {
pub id: PipelineId,
pub stage_index: usize,
pub meshes: HashSet<MeshId>,
pub images: HashSet<ImageId>,
pub materials: HashSet<(MaterialId, MaterialSignature)>,
}
Fields§
§id: PipelineId
§stage_index: usize
§meshes: HashSet<MeshId>
§images: HashSet<ImageId>
§materials: HashSet<(MaterialId, MaterialSignature)>
Trait Implementations§
source§impl<'de> Deserialize<'de> for ResponseQueryPipelineStageRenderQueueResources
impl<'de> Deserialize<'de> for ResponseQueryPipelineStageRenderQueueResources
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>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ResponseQueryPipelineStageRenderQueueResources
impl Send for ResponseQueryPipelineStageRenderQueueResources
impl Sync for ResponseQueryPipelineStageRenderQueueResources
impl Unpin for ResponseQueryPipelineStageRenderQueueResources
impl UnwindSafe for ResponseQueryPipelineStageRenderQueueResources
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
Mutably borrows from an owned value. Read more