pub struct Unicorn { /* private fields */ }
Expand description
A Unicorn emulator instance.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Unicorn
impl !RefUnwindSafe for Unicorn
impl !Send for Unicorn
impl !Sync for Unicorn
impl Unpin for Unicorn
impl !UnwindSafe for Unicorn
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