Expand description
The memory module handles the LabVIEW memory manager functions and types.
todo: get to reference without panics.
Structs§
- OwnedU
Handle - A value allocated in the LabVIEW memory managed by Rust.
- UHandle
- A handle from LabVIEW for the data.
- UPtr
- A pointer from LabVIEW for the data.
Traits§
- LVCopy
- A trait which defines that a type should be copyable inside of a LabVIEW handle.