#[repr(C)]
pub struct PyPreConfig { pub _config_init: i32, pub parse_argv: i32, pub isolated: i32, pub use_environment: i32, pub configure_locale: i32, pub coerce_c_locale: i32, pub coerce_c_locale_warn: i32, pub utf8_mode: i32, pub dev_mode: i32, pub allocator: i32, }

Fields

_config_init: i32parse_argv: i32isolated: i32use_environment: i32configure_locale: i32coerce_c_locale: i32coerce_c_locale_warn: i32utf8_mode: i32dev_mode: i32allocator: i32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.