Function ntcore_sys::NT_GetValueType [] [src]

pub unsafe extern "C" fn NT_GetValueType(value: *const NT_Value) -> NT_Type

Returns the type of an NT_Value struct. Note that one of the type options is "unassigned".

@param value The NT_Value struct to get the type from. @return The type of the value, or unassigned if null.