pub struct DynLibEntry {
pub index: usize,
pub dyn_libs: DynLibs,
}Expand description
The dynamic libraries for a single architecture in multi-architecture binaries
Fields§
§index: usizeThe index of the architecture in the multi-architecture binary
dyn_libs: DynLibsThe dynamic libraries of this architecture
Auto Trait Implementations§
impl Freeze for DynLibEntry
impl RefUnwindSafe for DynLibEntry
impl Send for DynLibEntry
impl Sync for DynLibEntry
impl Unpin for DynLibEntry
impl UnwindSafe for DynLibEntry
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