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: StorageReportImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HubReport
impl Send for HubReport
impl Sync for HubReport
impl Unpin for HubReport
impl UnwindSafe for HubReport
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more