Enum wgpu_core::instance::GetSurfacePreferredFormatError [−][src]
pub enum GetSurfacePreferredFormatError {
NotFound,
InvalidAdapter,
InvalidSurface,
UnsupportedQueueFamily,
}
Variants
NotFound
InvalidAdapter
InvalidSurface
UnsupportedQueueFamily
Trait Implementations
Auto Trait Implementations
impl Send for GetSurfacePreferredFormatError
impl Sync for GetSurfacePreferredFormatError
impl Unpin for GetSurfacePreferredFormatError
impl UnwindSafe for GetSurfacePreferredFormatError
Blanket Implementations
Mutably borrows from an owned value. Read more