pub trait LVCopy { }
Expand description
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
.
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
.