#[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 duplicate 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 Freeze for randomx_vm
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