Module msfs::sim_connect
source · Re-exports§
pub use sys::SIMCONNECT_OBJECT_ID_USER;
Structs§
- An allocated client data memory region. Dropping this struct will not deallocate the memory which has been allocated in the sim.
- Rusty HRESULT wrapper.
- A SimConnect session. This provides access to data within the MSFS sim.
Enums§
- Specify how often data is to be sent to the client.
- Message received from SimConnect.
Traits§
- A trait implemented by the
client_data_definition
attribute. - A trait implemented by the
data_definition
attribute.
Type Aliases§
Attribute Macros§
- Generate a struct which can be used with SimConnect’s client data definitions.
- Generate a struct which can be used with SimConnect’s data definitions.