Struct opencv_binding_generator::DefaultElement 
source · [−]pub struct DefaultElement;Implementations
sourceimpl DefaultElement
 
impl DefaultElement
pub fn is_excluded(this: &impl Element + ?Sized) -> bool
pub fn is_ignored(this: &impl Element + ?Sized) -> bool
pub fn is_system<'tu>(this: &impl EntityElement<'tu>) -> bool
pub fn is_public<'tu>(this: &impl EntityElement<'tu>) -> bool
pub fn usr<'tu>(this: &impl EntityElement<'tu>) -> Cow<'_, str>
pub fn rendered_doc_comment_with_prefix<'tu>(
    this: &impl EntityElement<'tu>,
    prefix: &str,
    opencv_version: &str
) -> String
pub fn rendered_doc_comment(
    this: &impl Element + ?Sized,
    opencv_version: &str
) -> String
pub fn cpp_namespace<'tu>(this: &impl EntityElement<'tu>) -> String
pub fn cpp_name(this: &impl Element + ?Sized, style: NameStyle) -> Cow<'_, str>
pub fn cpp_localname<'tu>(
    this: &impl EntityElement<'tu> + ?Sized
) -> Cow<'_, str>
pub fn cpp_fullname(this: &impl Element + ?Sized) -> Cow<'_, str>
pub fn rust_module<'tu>(this: &impl EntityElement<'tu> + ?Sized) -> Cow<'_, str>
pub fn rust_namespace(this: &impl Element + ?Sized) -> Cow<'_, str>
pub fn rust_name(
    this: &impl Element + ?Sized,
    name_style: NameStyle
) -> Cow<'_, str>
pub fn rust_leafname(this: &impl Element + ?Sized) -> Cow<'_, str>
pub fn rust_localname<'tu>(
    this: &impl EntityElement<'tu> + Element + ?Sized,
    fish_style: FishStyle
) -> Cow<'_, str>
pub fn rust_fullname(
    this: &impl Element + ?Sized,
    fish_style: FishStyle
) -> Cow<'_, str>
Auto Trait Implementations
impl RefUnwindSafe for DefaultElement
impl Send for DefaultElement
impl Sync for DefaultElement
impl Unpin for DefaultElement
impl UnwindSafe for DefaultElement
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more