[][src]Struct opencv_binding_generator::AbstractRefWrapper

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

Implementations

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

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

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

Trait Implementations

impl<'tu> Debug for AbstractRefWrapper<'tu>[src]

Auto Trait Implementations

impl<'tu> !RefUnwindSafe for AbstractRefWrapper<'tu>

impl<'tu> !Send for AbstractRefWrapper<'tu>

impl<'tu> !Sync for AbstractRefWrapper<'tu>

impl<'tu> Unpin for AbstractRefWrapper<'tu>

impl<'tu> !UnwindSafe for AbstractRefWrapper<'tu>

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, 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.