Skip to main content

EOS_Stats_IngestData

Type Alias EOS_Stats_IngestData 

Source
pub type EOS_Stats_IngestData = _tagEOS_Stats_IngestData;
Expand description

Contains information about a single stat to ingest.

Aliased Type§

#[repr(C)]
pub struct EOS_Stats_IngestData { pub ApiVersion: i32, pub StatName: *const i8, pub IngestAmount: i32, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_STATS_INGESTDATA_API_LATEST.

§StatName: *const i8

The name of the stat to ingest.

§IngestAmount: i32

The amount to ingest the stat.