Struct wgpu_core::hub::HubReport[][src]

pub struct HubReport {
Show 15 fields pub adapters: StorageReport, pub devices: StorageReport, pub pipeline_layouts: StorageReport, pub shader_modules: StorageReport, pub bind_group_layouts: StorageReport, pub bind_groups: StorageReport, pub command_buffers: StorageReport, pub render_bundles: StorageReport, pub render_pipelines: StorageReport, pub compute_pipelines: StorageReport, pub query_sets: StorageReport, pub buffers: StorageReport, pub textures: StorageReport, pub texture_views: StorageReport, pub samplers: StorageReport,
}

Fields

adapters: StorageReportdevices: StorageReportpipeline_layouts: StorageReportshader_modules: StorageReportbind_group_layouts: StorageReportbind_groups: StorageReportcommand_buffers: StorageReportrender_bundles: StorageReportrender_pipelines: StorageReportcompute_pipelines: StorageReportquery_sets: StorageReportbuffers: StorageReporttextures: StorageReporttexture_views: StorageReportsamplers: StorageReport

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.