Struct ddcore_rs::models::StatsFrame
source · [−]#[repr(C)]pub struct StatsFrame {Show 13 fields
pub gems_collected: i32,
pub kills: i32,
pub daggers_fired: i32,
pub daggers_hit: i32,
pub enemies_alive: i32,
pub level_gems: i32,
pub homing: i32,
pub gems_despawned: i32,
pub gems_eaten: i32,
pub gems_total: i32,
pub daggers_eaten: i32,
pub per_enemy_alive_count: [i16; 17],
pub per_enemy_kill_count: [i16; 17],
}Fields
gems_collected: i32kills: i32daggers_fired: i32daggers_hit: i32enemies_alive: i32level_gems: i32homing: i32gems_despawned: i32gems_eaten: i32gems_total: i32daggers_eaten: i32per_enemy_alive_count: [i16; 17]per_enemy_kill_count: [i16; 17]Trait Implementations
sourceimpl Clone for StatsFrame
impl Clone for StatsFrame
sourcefn clone(&self) -> StatsFrame
fn clone(&self) -> StatsFrame
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for StatsFrame
impl Debug for StatsFrame
sourceimpl Default for StatsFrame
impl Default for StatsFrame
sourcefn default() -> StatsFrame
fn default() -> StatsFrame
Returns the “default value” for a type. Read more
sourceimpl Serialize for StatsFrame
impl Serialize for StatsFrame
impl Copy for StatsFrame
Auto Trait Implementations
impl RefUnwindSafe for StatsFrame
impl Send for StatsFrame
impl Sync for StatsFrame
impl Unpin for StatsFrame
impl UnwindSafe for StatsFrame
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more