Enum bottomless_pit::engine_handle::BuildError
source · pub enum BuildError {
WindowOsError(OsError),
CreateSurfaceError(CreateSurfaceError),
FailedToCreateAdapter,
RequestDeviceError(RequestDeviceError),
}Variants§
WindowOsError(OsError)
CreateSurfaceError(CreateSurfaceError)
FailedToCreateAdapter
RequestDeviceError(RequestDeviceError)
Trait Implementations§
source§impl Debug for BuildError
impl Debug for BuildError
source§impl From<CreateSurfaceError> for BuildError
impl From<CreateSurfaceError> for BuildError
source§fn from(value: CreateSurfaceError) -> Self
fn from(value: CreateSurfaceError) -> Self
Converts to this type from the input type.
source§impl From<OsError> for BuildError
impl From<OsError> for BuildError
source§impl From<RequestDeviceError> for BuildError
impl From<RequestDeviceError> for BuildError
source§fn from(value: RequestDeviceError) -> Self
fn from(value: RequestDeviceError) -> Self
Converts to this type from the input type.