Struct opencv_binding_generator::AbstractRefWrapper[][src]

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

Implementations

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

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

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

Trait Implementations

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

Auto Trait Implementations

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

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

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

impl<'tu, 'ge> Unpin for AbstractRefWrapper<'tu, 'ge> where
    'tu: 'ge, 

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

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.