Struct python_packaging::resource::SharedLibrary
source · Expand description
Represents a shared library.
Fields
name: String
Name of the library.
This is the import name, not the full filename.
data: FileData
Holds the raw content of the shared library.
filename: Option<PathBuf>
The filename the library should be materialized as.
Implementations
pub fn description(&self) -> String
Trait Implementations
sourcefn clone(&self) -> SharedLibrary
fn clone(&self) -> SharedLibrary
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more