Enum three_d::window::WindowError [−][src]
pub enum WindowError {
WindowCreation(CreationError),
ContextCreation(ContextError),
InvalidNumberOfMSAASamples,
}Expand description
Error from the glutin window.
Variants
WindowCreation(CreationError)
Tuple Fields
ContextCreation(ContextError)
Tuple Fields
0: ContextErrorInvalidNumberOfMSAASamples
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for WindowError
impl Send for WindowError
impl Sync for WindowError
impl Unpin for WindowError
impl !UnwindSafe for WindowError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
