[][src]Trait opencv_binding_generator::DependentType

pub trait DependentType<'tu> {
    fn from_return_type_wrapper(s: ReturnTypeWrapper<'tu>) -> Self;
fn from_abstract_ref_wrapper(s: AbstractRefWrapper<'tu>) -> Self;
fn from_vector(s: Vector<'tu>) -> Self;
fn from_smart_ptr(s: SmartPtr<'tu>) -> Self; }

Required methods

fn from_return_type_wrapper(s: ReturnTypeWrapper<'tu>) -> Self

fn from_abstract_ref_wrapper(s: AbstractRefWrapper<'tu>) -> Self

fn from_vector(s: Vector<'tu>) -> Self

fn from_smart_ptr(s: SmartPtr<'tu>) -> Self

Loading content...

Implementors

Loading content...