[−][src]Struct python3_sys::PyConfig
Fields
_config_init: c_intisolated: c_intuse_environment: c_intdev_mode: c_intinstall_signal_handlers: c_intuse_hash_seed: c_inthash_seed: c_ulongfaulthandler: c_inttracemalloc: c_intimport_time: c_intshow_ref_count: c_intshow_alloc_count: c_intdump_refs: c_intmalloc_stats: c_intfilesystem_encoding: *mut wchar_tfilesystem_errors: *mut wchar_tpycache_prefix: *mut wchar_tparse_argv: c_intargv: PyWideStringListprogram_name: *mut wchar_txoptions: PyWideStringListwarnoptions: PyWideStringListsite_import: c_intbytes_warning: c_intinspect: c_intinteractive: c_intoptimization_level: c_intparser_debug: c_intwrite_bytecode: c_intverbose: c_intquiet: c_intuser_site_directory: c_intconfigure_c_stdio: c_intbuffered_stdio: c_intstdio_encoding: *mut wchar_tstdio_errors: *mut wchar_tcheck_hash_pycs_mode: *mut wchar_tpathconfig_warnings: c_intpythonpath_env: *mut wchar_thome: *mut wchar_tmodule_search_paths_set: c_intmodule_search_paths: PyWideStringListexecutable: *mut wchar_tbase_executable: *mut wchar_tprefix: *mut wchar_tbase_prefix: *mut wchar_texec_prefix: *mut wchar_tbase_exec_prefix: *mut wchar_tskip_source_first_line: c_intrun_command: *mut wchar_trun_module: *mut wchar_trun_filename: *mut wchar_t_install_importlib: c_int_init_main: c_intTrait Implementations
impl Clone for PyConfig[src]
fn clone(&self) -> PyConfig[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for PyConfig[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,