pub struct Symbol<'lib, T: 'lib> { /* private fields */ }Expand description
A symbol from elf object
Implementations§
Trait Implementations§
impl<T: Send> Send for Symbol<'_, T>
impl<T: Sync> Sync for Symbol<'_, T>
Auto Trait Implementations§
impl<'lib, T> Freeze for Symbol<'lib, T>
impl<'lib, T> RefUnwindSafe for Symbol<'lib, T>where
T: RefUnwindSafe,
impl<'lib, T> Unpin for Symbol<'lib, T>
impl<'lib, T> UnwindSafe for Symbol<'lib, T>where
T: RefUnwindSafe,
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