Struct flapigen::PythonConfig
source · [−]pub struct PythonConfig { /* private fields */ }Expand description
Configuration for Python binding generation
Implementations
sourceimpl PythonConfig
impl PythonConfig
sourcepub fn new(module_name: String) -> PythonConfig
pub fn new(module_name: String) -> PythonConfig
Create PythonConfig
Arguments
Auto Trait Implementations
impl RefUnwindSafe for PythonConfig
impl Send for PythonConfig
impl Sync for PythonConfig
impl Unpin for PythonConfig
impl UnwindSafe for PythonConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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