Struct goblin::mach::imports::BindInterpreter
source · pub struct BindInterpreter<'a> { /* private fields */ }
Expand description
An interpreter for mach BIND opcodes. Runs on prebound (non lazy) symbols (usually dylib extern consts and extern variables), and lazy symbols (usually dylib functions)
Implementations§
source§impl<'a> BindInterpreter<'a>
impl<'a> BindInterpreter<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for BindInterpreter<'a>
impl<'a> Send for BindInterpreter<'a>
impl<'a> Sync for BindInterpreter<'a>
impl<'a> Unpin for BindInterpreter<'a>
impl<'a> UnwindSafe for BindInterpreter<'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