pub struct RarVM { /* private fields */ }Expand description
RAR VM state
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RarVM
impl RefUnwindSafe for RarVM
impl Send for RarVM
impl Sync for RarVM
impl Unpin for RarVM
impl UnwindSafe for RarVM
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