pub enum WgpuRendererError {
Layout(String),
Wgpu(String),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WgpuRendererError
impl RefUnwindSafe for WgpuRendererError
impl Send for WgpuRendererError
impl Sync for WgpuRendererError
impl Unpin for WgpuRendererError
impl UnwindSafe for WgpuRendererError
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