[][src]Struct opencv_binding_generator::writer::RustBindingWriter

pub struct RustBindingWriter<'s> { /* fields omitted */ }

Methods

impl<'s> RustBindingWriter<'s>[src]

pub fn new(
    opencv_header_dir: impl Into<PathBuf>,
    src_cpp_dir: &Path,
    out_dir: impl Into<PathBuf>,
    module: &'s str,
    opencv_version: &'s str,
    debug: bool
) -> Self
[src]

Trait Implementations

impl<'s> Clone for RustBindingWriter<'s>[src]

impl<'s> Debug for RustBindingWriter<'s>[src]

impl<'_> Drop for RustBindingWriter<'_>[src]

impl<'_> GeneratorVisitor for RustBindingWriter<'_>[src]

Auto Trait Implementations

impl<'s> RefUnwindSafe for RustBindingWriter<'s>

impl<'s> Send for RustBindingWriter<'s>

impl<'s> Sync for RustBindingWriter<'s>

impl<'s> Unpin for RustBindingWriter<'s>

impl<'s> UnwindSafe for RustBindingWriter<'s>

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