Struct pyoxidizerlib::py_packaging::binary::PythonLinkingInfo [−][src]
pub struct PythonLinkingInfo {
pub libpythonxy_filename: PathBuf,
pub libpythonxy_data: Vec<u8>,
pub libpython_filename: Option<PathBuf>,
pub libpyembeddedconfig_filename: Option<PathBuf>,
pub libpyembeddedconfig_data: Option<Vec<u8>>,
pub cargo_metadata: Vec<String>,
}Describes how to link a binary against Python.
Fields
libpythonxy_filename: PathBufPath to a pythonXY library to link against.
libpythonxy_data: Vec<u8>The contents of libpythonxy_filename.
libpython_filename: Option<PathBuf>Path to an existing libpython to link against. If present, this is
the actual library containing Python symbols and libpythonXY is
a placeholder.
libpyembeddedconfig_filename: Option<PathBuf>Path to a library containing an alternate config.c.
libpyembeddedconfig_data: Option<Vec<u8>>The contents of libpyembeddedconfig_filename.
cargo_metadata: Vec<String>Lines that need to be emitted from a Cargo build script.
Auto Trait Implementations
impl RefUnwindSafe for PythonLinkingInfo
impl Send for PythonLinkingInfo
impl Sync for PythonLinkingInfo
impl Unpin for PythonLinkingInfo
impl UnwindSafe for PythonLinkingInfo
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>, pub fn vzip(self) -> V
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized, [src]
T: Send + Sync + UnwindSafe + ?Sized,