Struct randomx_rust_wrapper::bindings::vm::randomx_vm
source · #[repr(C)]pub struct randomx_vm { /* private fields */ }Trait Implementations§
source§impl Clone for randomx_vm
impl Clone for randomx_vm
source§fn clone(&self) -> randomx_vm
fn clone(&self) -> randomx_vm
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for randomx_vm
impl Debug for randomx_vm
impl Copy for randomx_vm
Auto Trait Implementations§
impl RefUnwindSafe for randomx_vm
impl Send for randomx_vm
impl Sync for randomx_vm
impl Unpin for randomx_vm
impl UnwindSafe for randomx_vm
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