pub struct DefaultRustNativeElement;
Implementations§
source§impl DefaultRustNativeElement
impl DefaultRustNativeElement
pub fn rust_module<'tu>(this: &impl EntityElement<'tu> + ?Sized) -> Cow<'_, str>
pub fn rust_namespace(this: &impl RustElement + ?Sized) -> Cow<'_, str>
pub fn rust_leafname(this: &impl Element + ?Sized) -> Cow<'_, str>
pub fn rust_name<'tu>( this: &impl EntityElement<'tu> + RustElement + ?Sized, name_style: NameStyle ) -> 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 RustElement + ?Sized, opencv_version: &str ) -> String
Auto Trait Implementations§
impl RefUnwindSafe for DefaultRustNativeElement
impl Send for DefaultRustNativeElement
impl Sync for DefaultRustNativeElement
impl Unpin for DefaultRustNativeElement
impl UnwindSafe for DefaultRustNativeElement
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more