[][src]Struct opencv_binding_generator::Typedef

pub struct Typedef<'tu, 'g> { /* fields omitted */ }

Implementations

impl<'tu, 'g> Typedef<'tu, 'g>[src]

pub fn new(entity: Entity<'tu>, gen_env: &'g GeneratorEnv<'tu>) -> Self[src]

pub fn type_ref(&self) -> TypeRef<'tu, 'g>[src]

pub fn underlying_type_ref(&self) -> TypeRef<'tu, 'g>[src]

pub fn dependent_types(&self) -> Vec<Box<dyn GeneratedElement + 'g>>[src]

Trait Implementations

impl<'tu, 'g> Clone for Typedef<'tu, 'g>[src]

impl<'_, '_> Debug for Typedef<'_, '_>[src]

impl<'_, '_> Display for Typedef<'_, '_>[src]

impl<'_, '_> Element for Typedef<'_, '_>[src]

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

impl<'_, '_> GeneratedElement for Typedef<'_, '_>[src]

Auto Trait Implementations

impl<'tu, 'g> !RefUnwindSafe for Typedef<'tu, 'g>

impl<'tu, 'g> !Send for Typedef<'tu, 'g>

impl<'tu, 'g> !Sync for Typedef<'tu, 'g>

impl<'tu, 'g> Unpin for Typedef<'tu, 'g> where
    'tu: 'g, 

impl<'tu, 'g> !UnwindSafe for Typedef<'tu, 'g>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.