Enum opencv_binding_generator::DependentType[][src]

pub enum DependentType<'tu, 'ge> {
    ReturnTypeWrapper(ReturnTypeWrapper<'tu, 'ge>),
    AbstractRefWrapper(AbstractRefWrapper<'tu, 'ge>),
    Vector(Vector<'tu, 'ge>),
    SmartPtr(SmartPtr<'tu, 'ge>),
}

Variants

ReturnTypeWrapper(ReturnTypeWrapper<'tu, 'ge>)

Tuple Fields of ReturnTypeWrapper

0: ReturnTypeWrapper<'tu, 'ge>
AbstractRefWrapper(AbstractRefWrapper<'tu, 'ge>)

Tuple Fields of AbstractRefWrapper

0: AbstractRefWrapper<'tu, 'ge>
Vector(Vector<'tu, 'ge>)

Tuple Fields of Vector

0: Vector<'tu, 'ge>
SmartPtr(SmartPtr<'tu, 'ge>)

Tuple Fields of SmartPtr

0: SmartPtr<'tu, 'ge>

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.