#[repr(C)]pub struct _tagEOS_Stats_IngestData {
pub ApiVersion: i32,
pub StatName: *const c_char,
pub IngestAmount: i32,
}Expand description
Contains information about a single stat to ingest.
Fields§
§ApiVersion: i32API Version: Set this to EOS_STATS_INGESTDATA_API_LATEST.
StatName: *const c_charThe name of the stat to ingest.
IngestAmount: i32The amount to ingest the stat.
Trait Implementations§
Source§impl Clone for _tagEOS_Stats_IngestData
impl Clone for _tagEOS_Stats_IngestData
Source§fn clone(&self) -> _tagEOS_Stats_IngestData
fn clone(&self) -> _tagEOS_Stats_IngestData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _tagEOS_Stats_IngestData
impl Debug for _tagEOS_Stats_IngestData
Source§impl Default for _tagEOS_Stats_IngestData
impl Default for _tagEOS_Stats_IngestData
impl Copy for _tagEOS_Stats_IngestData
Auto Trait Implementations§
impl Freeze for _tagEOS_Stats_IngestData
impl RefUnwindSafe for _tagEOS_Stats_IngestData
impl !Send for _tagEOS_Stats_IngestData
impl !Sync for _tagEOS_Stats_IngestData
impl Unpin for _tagEOS_Stats_IngestData
impl UnsafeUnpin for _tagEOS_Stats_IngestData
impl UnwindSafe for _tagEOS_Stats_IngestData
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more