AsAny
wgpu
25.0.0
AsAny
Required Methods
as_any
Implementors
In wgpu::
custom
Enums
DispatchAdapter
DispatchBindGroup
DispatchBindGroupLayout
DispatchBlas
DispatchBuffer
DispatchBufferMappedRange
DispatchCommandBuffer
DispatchCommandEncoder
DispatchComputePass
DispatchComputePipeline
DispatchDevice
DispatchInstance
DispatchPipelineCache
DispatchPipelineLayout
DispatchQuerySet
DispatchQueue
DispatchQueueWriteBuffer
DispatchRenderBundle
DispatchRenderBundleEncoder
DispatchRenderPass
DispatchRenderPipeline
DispatchSampler
DispatchShaderModule
DispatchSurface
DispatchSurfaceOutputDetail
DispatchTexture
DispatchTextureView
DispatchTlas
Traits
AdapterInterface
AsAny
BindGroupInterface
BindGroupLayoutInterface
BlasInterface
BufferInterface
BufferMappedRangeInterface
CommandBufferInterface
CommandEncoderInterface
CommonTraits
ComputePassInterface
ComputePipelineInterface
DeviceInterface
InstanceInterface
PipelineCacheInterface
PipelineLayoutInterface
PopErrorScopeFuture
QuerySetInterface
QueueInterface
QueueWriteBufferInterface
RenderBundleEncoderInterface
RenderBundleInterface
RenderPassInterface
RenderPipelineInterface
RequestAdapterFuture
RequestDeviceFuture
SamplerInterface
ShaderCompilationInfoFuture
ShaderModuleInterface
SurfaceInterface
SurfaceOutputDetailInterface
TextureInterface
TextureViewInterface
TlasInterface
Type Aliases
BoxDeviceLostCallback
BoxSubmittedWorkDoneCallback
BufferMapCallback
wgpu
::
custom
Trait
AsAny
Copy item path
Settings
Help
Summary
Source
pub trait AsAny { // Required method fn
as_any
(&self) -> &dyn
Any
; }
Available on
custom
only.
Required Methods
§
Source
fn
as_any
(&self) -> &dyn
Any
Implementors
§
Source
§
impl<T: 'static>
AsAny
for T