pub struct DefaultRustNativeElement;
Implementations§
source§impl DefaultRustNativeElement
impl DefaultRustNativeElement
pub fn rust_module(entity: Entity<'_>) -> Cow<'static, str>
pub fn rust_module_reference(this: &(impl RustElement + ?Sized)) -> Cow<'_, str>
pub fn rust_leafname(this: &(impl Element + ?Sized)) -> Cow<'_, str>
pub fn rust_name( this: &(impl RustElement + ?Sized), entity: Entity<'_>, name_style: NameStyle ) -> String
pub fn rendered_doc_comment_with_prefix( entity: Entity<'_>, 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