Struct rvvm_sys::rvvm_machine_t
source · #[repr(C)]pub struct rvvm_machine_t { /* private fields */ }
Trait Implementations§
source§impl Clone for rvvm_machine_t
impl Clone for rvvm_machine_t
source§fn clone(&self) -> rvvm_machine_t
fn clone(&self) -> rvvm_machine_t
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 more