Enum wgpu_core::present::SurfaceError [−][src]
pub enum SurfaceError {
Invalid,
NotConfigured,
Device(DeviceError),
AlreadyAcquired,
StillReferenced,
}
Variants
Invalid
NotConfigured
Device(DeviceError)
Tuple Fields
0: DeviceError
AlreadyAcquired
StillReferenced
Trait Implementations
Performs the conversion.
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