pub struct Fixup { /* private fields */ }
Expand description
A minial fixup utility to implement jump labels when constructing guest programs.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Fixup
impl Send for Fixup
impl Sync for Fixup
impl Unpin for Fixup
impl UnwindSafe for Fixup
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