pub struct DefaultRustNativeElement;
Implementations§
Source§impl DefaultRustNativeElement
impl DefaultRustNativeElement
pub fn rust_module(entity: Entity<'_>) -> SupportedModule
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( entity: Entity<'_>, comment_marker: &str, opencv_version: &str, ) -> String
Auto Trait Implementations§
impl Freeze for DefaultRustNativeElement
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