pub struct GlobalReport {
pub surfaces: StorageReport,
pub vulkan: Option<HubReport>,
pub gl: Option<HubReport>,
}
Fields§
§surfaces: StorageReport
§vulkan: Option<HubReport>
§gl: Option<HubReport>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GlobalReport
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