Trait opencv_binding_generator::EntityElement[][src]

pub trait EntityElement<'tu> {
    fn entity(&self) -> Entity<'tu>;
}

Required methods

fn entity(&self) -> Entity<'tu>[src]

Loading content...

Implementations on Foreign Types

impl<'tu> EntityElement<'tu> for Entity<'tu>[src]

Loading content...

Implementors

impl<'tu> EntityElement<'tu> for Class<'tu, '_>[src]

impl<'tu> EntityElement<'tu> for Const<'tu>[src]

impl<'tu> EntityElement<'tu> for Enum<'tu>[src]

impl<'tu> EntityElement<'tu> for Func<'tu, '_>[src]

impl<'tu> EntityElement<'tu> for Typedef<'tu, '_>[src]

Loading content...