Struct wgpu_core::hub::GlobalReport
source · pub struct GlobalReport {
pub surfaces: StorageReport,
pub vulkan: Option<HubReport>,
pub dx12: Option<HubReport>,
pub dx11: Option<HubReport>,
pub gl: Option<HubReport>,
}
Fields§
§surfaces: StorageReport
§vulkan: Option<HubReport>
Available on crate feature
§vulkan
and non-WebAssembly only.dx12: Option<HubReport>
Available on crate feature
§dx12
and Windows only.dx11: Option<HubReport>
Available on crate feature
§dx11
and Windows only.gl: Option<HubReport>
Available on crate feature
gles
only.Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GlobalReport
impl Send for GlobalReport
impl Sync for GlobalReport
impl Unpin for GlobalReport
impl UnwindSafe for GlobalReport
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