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_decl_name_with_namespace<'tu, 't>(
this: &'t impl EntityElement<'tu> + Element + ?Sized,
decl_name: &str
) -> Cow<'t, str>
pub fn cpp_name<'tu>(
this: &impl EntityElement<'tu> + Element + ?Sized,
style: CppNameStyle
) -> 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_leafname(this: &impl Element + ?Sized) -> Cow<'_, str>
pub fn rust_name<'tu>(
this: &impl EntityElement<'tu> + Element + ?Sized,
name_style: NameStyle
) -> 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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