Struct wgpu_core::pipeline::ShaderError [−][src]
Fields
source: String
label: Option<String>
inner: E
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl<E> RefUnwindSafe for ShaderError<E> where
E: RefUnwindSafe,
impl<E> Send for ShaderError<E> where
E: Send,
impl<E> Sync for ShaderError<E> where
E: Sync,
impl<E> Unpin for ShaderError<E> where
E: Unpin,
impl<E> UnwindSafe for ShaderError<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more