Struct opencv_binding_generator::writer::rust_native::renderer::RustRenderer
source · pub struct RustRenderer {
pub name_style: NameStyle,
pub lifetime: Lifetime,
pub pass_by_ptr: bool,
}
Fields
name_style: NameStyle
lifetime: Lifetime
pass_by_ptr: bool
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RustRenderer
impl Send for RustRenderer
impl Sync for RustRenderer
impl Unpin for RustRenderer
impl UnwindSafe for RustRenderer
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