pub trait LVCopy { }
A trait which defines that a type should be copyable inside of a LabVIEW handle.
This is unique from Copy since unsized types can be inside a handle but they can’t implement Copy.
Copy
Copyable inside a handle.
Rust copy types should be copyable in LabVIEW.