[][src]Trait khronos_egl::Upcast

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

Required methods

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

Loading content...

Implementors

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

Loading content...