Type Alias LStrPtr

Source
pub type LStrPtr = UPtr<LStr>;
Expand description

Definition of a pointer to an LabVIEW String. Helper for FFI definition.

Aliased Typeยง

pub struct LStrPtr(/* private fields */);