Function gvr_sys::gvr_controller_api_status_to_string [] [src]

pub unsafe extern "C" fn gvr_controller_api_status_to_string(
    status: i32
) -> *const c_char

Convenience to convert an API status code to string. The returned pointer is static and valid throughout the lifetime of the application.

@param status The gvr_controller_api_status to convert to string. @return A pointer to a string that describes the value.