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: StorageReport
§devices: StorageReport
§pipeline_layouts: StorageReport
§shader_modules: StorageReport
§bind_group_layouts: StorageReport
§bind_groups: StorageReport
§command_buffers: StorageReport
§render_bundles: StorageReport
§render_pipelines: StorageReport
§compute_pipelines: StorageReport
§query_sets: StorageReport
§buffers: StorageReport
§textures: StorageReport
§texture_views: StorageReport
§samplers: StorageReport
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HubReport
impl RefUnwindSafe for HubReport
impl Send for HubReport
impl Sync for HubReport
impl Unpin for HubReport
impl UnwindSafe for HubReport
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