pub struct DyLibTocEntry {
pub symbol_index: u32,
pub module_index: u32,
}Expand description
a table of contents entry
Fields§
§symbol_index: u32the defined external symbol (index into the symbol table)
module_index: u32index into the module table this symbol is defined in
Auto Trait Implementations§
impl Freeze for DyLibTocEntry
impl RefUnwindSafe for DyLibTocEntry
impl Send for DyLibTocEntry
impl Sync for DyLibTocEntry
impl Unpin for DyLibTocEntry
impl UnwindSafe for DyLibTocEntry
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