pub struct FunctionLifterContext { /* private fields */ }Implementations§
Source§impl FunctionLifterContext
impl FunctionLifterContext
pub unsafe fn from_raw(handle: *mut BNFunctionLifterContext) -> Self
Auto Trait Implementations§
impl Freeze for FunctionLifterContext
impl RefUnwindSafe for FunctionLifterContext
impl !Send for FunctionLifterContext
impl !Sync for FunctionLifterContext
impl Unpin for FunctionLifterContext
impl UnwindSafe for FunctionLifterContext
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