[][src]Struct opencv_binding_generator::DefaultElement

pub struct DefaultElement;

Implementations

impl DefaultElement[src]

pub fn is_excluded(this: &impl Element + ?Sized) -> bool[src]

pub fn is_ignored(this: &impl Element + ?Sized) -> bool[src]

pub fn is_system<'tu>(this: &impl EntityElement<'tu>) -> bool[src]

pub fn is_public<'tu>(this: &impl EntityElement<'tu>) -> bool[src]

pub fn usr<'tu>(this: &impl EntityElement<'tu>) -> Cow<'_, str>[src]

pub fn rendered_doc_comment_with_prefix<'tu>(
    this: &impl EntityElement<'tu>,
    prefix: &str,
    opencv_version: &str
) -> String
[src]

pub fn rendered_doc_comment(
    this: &impl Element + ?Sized,
    opencv_version: &str
) -> String
[src]

pub fn cpp_namespace<'tu>(this: &impl EntityElement<'tu>) -> Cow<'_, str>[src]

pub fn cpp_name(this: &impl Element + ?Sized, full: bool) -> Cow<'_, str>[src]

pub fn cpp_localname<'tu>(
    this: &impl EntityElement<'tu> + ?Sized
) -> Cow<'_, str>
[src]

pub fn cpp_fullname(this: &impl Element + ?Sized) -> Cow<'_, str>[src]

pub fn rust_module<'tu>(this: &impl EntityElement<'tu> + ?Sized) -> Cow<'_, str>[src]

pub fn rust_namespace(this: &impl Element + ?Sized) -> Cow<'_, str>[src]

pub fn rust_name(this: &impl Element + ?Sized, full: bool) -> Cow<'_, str>[src]

pub fn rust_leafname(this: &impl Element + ?Sized) -> Cow<'_, str>[src]

pub fn rust_localname<'tu>(
    this: &impl EntityElement<'tu> + Element + ?Sized
) -> Cow<'_, str>
[src]

pub fn rust_fullname(this: &impl Element + ?Sized) -> Cow<'_, str>[src]

Auto Trait Implementations

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.