pub struct PythonConfig { /* private fields */ }Expand description
Configuration for Java binding generation
Implementations§
Source§impl PythonConfig
 
impl PythonConfig
Sourcepub fn new(module_name: String) -> PythonConfig
 
pub fn new(module_name: String) -> PythonConfig
Create PythonConfig
§Arguments
Auto Trait Implementations§
impl Freeze for PythonConfig
impl RefUnwindSafe for PythonConfig
impl Send for PythonConfig
impl Sync for PythonConfig
impl Unpin for PythonConfig
impl UnwindSafe for PythonConfig
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