Rodbus-FFI
0.1.1
Idiomatic C API to the Rodbus crate via Rust FFI
include
rodbus
prelude.h
Go to the documentation of this file.
1
#ifndef RODBUS_FFI_PRELUDE_H
2
#define RODBUS_FFI_PRELUDE_H
3
4
// @file
5
// @brief defines opaque types not created by cbindgen
6
8
typedef
struct
Runtime
Runtime
;
9
11
typedef
struct
Channel
Channel
;
12
13
#endif
Runtime
struct Runtime Runtime
Opaque pointer type for the Tokio runtime.
Definition:
prelude.h:8
Channel
struct Channel Channel
Opaque pointer type for the Channel.
Definition:
prelude.h:11
Generated by
1.8.13