Re-exports§
pub use sys::SIMCONNECT_OBJECT_ID_USER;
Structs§
- Client
Data Area - An allocated client data memory region. Dropping this struct will not deallocate the memory which has been allocated in the sim.
- HResult
- Rusty HRESULT wrapper.
- SimConnect
- A SimConnect session. This provides access to data within the MSFS sim.
Enums§
- Period
- Specify how often data is to be sent to the client.
- SimConnect
Recv - Message received from SimConnect.
Traits§
- Client
Data Definition - A trait implemented by the
client_data_definitionattribute. - Data
Definition - A trait implemented by the
data_definitionattribute.
Type Aliases§
Attribute Macros§
- client_
data_ definition - Generate a struct which can be used with SimConnect’s client data definitions.
- data_
definition - Generate a struct which can be used with SimConnect’s data definitions.