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