pub enum GlError {
InvalidWindowHandle,
VersionNotSupported,
CreationFailed,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GlError
impl RefUnwindSafe for GlError
impl Send for GlError
impl Sync for GlError
impl Unpin for GlError
impl UnwindSafe for GlError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more