pub struct RxVM {
pub vm: *mut randomx_vm,
}
Fields§
§vm: *mut randomx_vm
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RxVM
impl RefUnwindSafe for RxVM
impl !Send for RxVM
impl !Sync for RxVM
impl Unpin for RxVM
impl UnwindSafe for RxVM
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