Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

FamStruct safe wrappers don't implement clone #12

Closed
acatangiu opened this issue Nov 20, 2019 · 2 comments
Closed

FamStruct safe wrappers don't implement clone #12

acatangiu opened this issue Nov 20, 2019 · 2 comments

Comments

@acatangiu
Copy link
Contributor

The FamStructWrapper safe wrapper implements Clone if the object it wraps also implements Clone.

To enable Clone on the safe wrappers CpuId, Msrs and MsrList we need to implement Clone for kvm_cpuid2, kvm_msrs and respectively kvm_msr_list.

@andreeaflorescu
Copy link
Member

Should we close this one now?

@acatangiu
Copy link
Contributor Author

Fixed in rust-vmm/vmm-sys-util#55

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants