Trait khronos_egl::Upcast[][src]

pub trait Upcast<V> {
    fn upcast(&self) -> Option<&V>;
}

Required methods

fn upcast(&self) -> Option<&V>[src]

Loading content...

Implementors

impl<T> Upcast<T> for T[src]

Loading content...