Docs.rs
  • solace-rs-sys-1.0.0
    • solace-rs-sys 1.0.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • asimsedhain
    • Dependencies
      • bindgen ^0.66.1 build
      • cfg-if ^1.0 build
      • flate2 ^1.0.26 build
      • reqwest ^0.11 build
      • tar ^0.4.38 build
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

solace_rs_sys1.0.0

solClient_flow_createFuncInfo_t

Aliased type

Fields

  • eventInfo
  • rxInfo
  • rxMsgInfo

In crate solace_rs_sys

?
Change settings

Type Alias solace_rs_sys::solClient_flow_createFuncInfo_t

source ·
pub type solClient_flow_createFuncInfo_t = solClient_flow_createFuncInfo;

Aliased Type§

struct solClient_flow_createFuncInfo_t {
    pub rxInfo: solClient_flow_createRxCallbackFuncInfo,
    pub eventInfo: solClient_flow_createEventCallbackFuncInfo,
    pub rxMsgInfo: solClient_flow_createRxMsgCallbackFuncInfo,
}

Fields§

§rxInfo: solClient_flow_createRxCallbackFuncInfo§eventInfo: solClient_flow_createEventCallbackFuncInfo§rxMsgInfo: solClient_flow_createRxMsgCallbackFuncInfo