pub type osdp_queue_node_t = osdp_queue_node_s;Expand description
@brief Queue linkage node; layout-compatible with node_t from list.h. Embedded as @c _node in osdp_cmd and osdp_event. Do not read or write this field — it is reserved for internal use by the library.
Aliased Type§
#[repr(C)]pub struct osdp_queue_node_t {
pub next: *mut osdp_queue_node_s,
pub prev: *mut osdp_queue_node_s,
}Fields§
§next: *mut osdp_queue_node_s§prev: *mut osdp_queue_node_s