[][src]Enum rhyoea::result::InstanceError

pub enum InstanceError {
    Application(ApplicationError),
    Vulkan(Code),
    NulError(NulError),
    NotFoundCommand(String),
}

Error when initialize a instance

Variants

Application(ApplicationError)

Application errors

Vulkan(Code)

Vulkan command return codes

NulError(NulError)

An interior nul byte was found

NotFoundCommand(String)

Not found the command

Trait Implementations

impl From<NulError> for InstanceError[src]

impl From<ApplicationError> for InstanceError[src]

impl From<InstanceError> for DebugError[src]

impl From<InstanceError> for BuilderError[src]

impl Clone for InstanceError[src]

impl Debug for InstanceError[src]

impl Display for InstanceError[src]

impl Error for InstanceError[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]