Struct wgpu_core::instance::Surface [−][src]
pub struct Surface {
pub vulkan: Option<<Vulkan as Backend>::Surface>,
pub gl: Option<<Gl as Backend>::Surface>,
}Fields
vulkan: Option<<Vulkan as Backend>::Surface>gl: Option<<Gl as Backend>::Surface>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Surfaceimpl UnwindSafe for Surface