Struct spack::utils::prefix::LibCollection
source · pub struct LibCollection {
pub found_libraries: Vec<CABILibrary>,
}Fields§
§found_libraries: Vec<CABILibrary>Implementations§
source§impl LibCollection
impl LibCollection
pub fn link_libraries(self, rpath_behavior: RpathBehavior)
Trait Implementations§
source§impl Clone for LibCollection
impl Clone for LibCollection
source§fn clone(&self) -> LibCollection
fn clone(&self) -> LibCollection
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for LibCollection
impl Send for LibCollection
impl Sync for LibCollection
impl Unpin for LibCollection
impl UnwindSafe for LibCollection
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more