Struct pyoxidizerlib::py_packaging::libpython::LibpythonInfo [−][src]
pub struct LibpythonInfo {
pub libpython_path: PathBuf,
pub libpyembeddedconfig_path: PathBuf,
pub cargo_metadata: Vec<String>,
}Fields
libpython_path: PathBuflibpyembeddedconfig_path: PathBufcargo_metadata: Vec<String>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LibpythonInfo
impl RefUnwindSafe for LibpythonInfoimpl Send for LibpythonInfo
impl Send for LibpythonInfoimpl Sync for LibpythonInfo
impl Sync for LibpythonInfoimpl Unpin for LibpythonInfo
impl Unpin for LibpythonInfoimpl UnwindSafe for LibpythonInfo
impl UnwindSafe for LibpythonInfoBlanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized, [src]
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized, [src]impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,