[][src]Struct opencv_binding_generator::Typedef

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

Implementations

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

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

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

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

pub fn dependent_types<D: DependentType<'tu>>(&self) -> Vec<D>[src]

Trait Implementations

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

impl Debug for Typedef<'_>[src]

impl Display for Typedef<'_>[src]

impl Element for Typedef<'_>[src]

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

Auto Trait Implementations

impl<'tu> !RefUnwindSafe for Typedef<'tu>[src]

impl<'tu> !Send for Typedef<'tu>[src]

impl<'tu> !Sync for Typedef<'tu>[src]

impl<'tu> Unpin for Typedef<'tu>[src]

impl<'tu> !UnwindSafe for Typedef<'tu>[src]

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.