Enum wgpu_hal::SurfaceError [−][src]
pub enum SurfaceError {
Lost,
Outdated,
Device(DeviceError),
Other(&'static str),
}Variants
Lost
Outdated
Device(DeviceError)
Tuple Fields
0: DeviceErrorOther(&'static str)
Tuple Fields
0: &'static strTrait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SurfaceError
impl Send for SurfaceError
impl Sync for SurfaceError
impl Unpin for SurfaceError
impl UnwindSafe for SurfaceError
Blanket Implementations
Mutably borrows from an owned value. Read more
