pub struct Library<'a> { /* private fields */ }
Expand description
Structure that represents a dynamic entry associated with a library name (e.g. DT_NEEDED
)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Library<'a>
impl<'a> !Send for Library<'a>
impl<'a> !Sync for Library<'a>
impl<'a> Unpin for Library<'a>
impl<'a> UnwindSafe for Library<'a>
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