Struct python_packaging::resource::SharedLibrary [−][src]
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.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SharedLibrary
impl Send for SharedLibrary
impl Sync for SharedLibrary
impl Unpin for SharedLibrary
impl UnwindSafe for SharedLibrary
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self