Struct pyo3::ffi::PyPreConfig [−][src]
#[repr(C)]pub struct PyPreConfig { pub _config_init: c_int, pub parse_argv: c_int, pub isolated: c_int, pub use_environment: c_int, pub configure_locale: c_int, pub coerce_c_locale: c_int, pub coerce_c_locale_warn: c_int, pub utf8_mode: c_int, pub dev_mode: c_int, pub allocator: c_int, }
Fields
_config_init: c_intparse_argv: c_intisolated: c_intuse_environment: c_intconfigure_locale: c_intcoerce_c_locale: c_intcoerce_c_locale_warn: c_intutf8_mode: c_intdev_mode: c_intallocator: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PyPreConfig
impl Send for PyPreConfig
impl Sync for PyPreConfig
impl Unpin for PyPreConfig
impl UnwindSafe for PyPreConfig
Blanket Implementations
Mutably borrows from an owned value. Read more