Struct opencv_binding_generator::writer::rust_native::renderer::RustRenderer
source · pub struct RustRenderer {
pub name_style: NameStyle,
pub lifetime: Lifetime,
pub rust_by_ptr: bool,
}
Fields§
§name_style: NameStyle
§lifetime: Lifetime
§rust_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§
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