Struct shader_version::opengl::ParseOpenGLError [−][src]
pub struct ParseOpenGLError { /* fields omitted */ }Represents an error while trying to get OpenGL from &str.
Trait Implementations
impl Debug for ParseOpenGLError[src]
impl Debug for ParseOpenGLErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for ParseOpenGLError[src]
impl Display for ParseOpenGLErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for ParseOpenGLError[src]
impl Error for ParseOpenGLErrorAuto Trait Implementations
impl Send for ParseOpenGLError
impl Send for ParseOpenGLErrorimpl Sync for ParseOpenGLError
impl Sync for ParseOpenGLError