Struct pyo3_build_config::CrossCompileConfig
source · Expand description
Configuration needed by PyO3 to cross-compile for a target platform.
Usually this is collected from the environment (i.e. PYO3_CROSS_*
and CARGO_CFG_TARGET_*
)
when a cross-compilation configuration is detected.
Fields§
§lib_dir: Option<PathBuf>
The directory containing the Python library to link against.
Trait Implementations§
source§impl Debug for CrossCompileConfig
impl Debug for CrossCompileConfig
source§impl PartialEq<CrossCompileConfig> for CrossCompileConfig
impl PartialEq<CrossCompileConfig> for CrossCompileConfig
source§fn eq(&self, other: &CrossCompileConfig) -> bool
fn eq(&self, other: &CrossCompileConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.