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 duplicate 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 Freeze for LibCollection
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