Trait GLBase SrcImpl Ext 
Source pub trait GLBaseSrcImplExt: GLBaseSrcImpl {
    // Provided methods
    fn parent_gl_start(&self) -> Result<(), LoggableError> { ... }
    fn parent_gl_stop(&self) { ... }
    fn parent_fill_gl_memory(
        &self,
        memory: &GLMemory,
    ) -> Result<(), LoggableError> { ... }
}Provided Methods§
fn parent_gl_start(&self) -> Result<(), LoggableError>
fn parent_gl_stop(&self)
fn parent_fill_gl_memory(&self, memory: &GLMemory) -> Result<(), LoggableError>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.