Struct wgpu_core::command::RenderPassError [−][src]
pub struct RenderPassError {
pub scope: PassErrorScope,
// some fields omitted
}Error encountered when performing a render pass.
Fields
scope: PassErrorScopeTrait Implementations
impl Clone for RenderPassError[src]
impl Clone for RenderPassError[src]fn clone(&self) -> RenderPassError[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl !RefUnwindSafe for RenderPassError
impl !RefUnwindSafe for RenderPassErrorimpl Send for RenderPassError
impl Send for RenderPassErrorimpl Sync for RenderPassError
impl Sync for RenderPassErrorimpl Unpin for RenderPassError
impl Unpin for RenderPassErrorimpl !UnwindSafe for RenderPassError
impl !UnwindSafe for RenderPassError