Struct ppapi::gles::CompileErrorExperimental [-]  [+] [src]

pub struct CompileError<'ctxt, T: ShaderUnwrap> {
    // some fields omitted
}

Trait Implementations

Derived Implementations

impl<'ctxt, T: Clone + ShaderUnwrap> Clone for CompileError<'ctxt, T>

fn clone(&self) -> CompileError<'ctxt, T>

fn clone_from(&mut self, source: &Self)