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