Struct opencv_binding_generator::settings::ModuleTweak
source · pub struct ModuleTweak {
pub generate_types: Vec<TypeRefFactory>,
}
Fields§
§generate_types: Vec<TypeRefFactory>
Auto Trait Implementations§
impl RefUnwindSafe for ModuleTweak
impl Send for ModuleTweak
impl Sync for ModuleTweak
impl Unpin for ModuleTweak
impl UnwindSafe for ModuleTweak
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