Struct python_packaging::resource::SharedLibrary [−][src]
Expand description
Represents a shared library.
Fields
name: StringName of the library.
This is the import name, not the full filename.
data: FileDataHolds the raw content of the shared library.
filename: Option<PathBuf>The filename the library should be materialized as.
Implementations
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