pub struct PerfStat {Show 17 fields
pub get_position: HistStat,
pub get_point: HistStat,
pub get_velocity: HistStat,
pub in_air: HistStat,
pub get_ammo: HistStat,
pub add_group: HistStat,
pub add_static_object: HistStat,
pub unit_is_exist: HistStat,
pub unit_get_by_name: HistStat,
pub unit_get_desc: HistStat,
pub land_is_visible: HistStat,
pub land_get_height: HistStat,
pub timer_schedule_function: HistStat,
pub timer_remove_function: HistStat,
pub timer_get_time: HistStat,
pub timer_get_abs_time: HistStat,
pub timer_get_time0: HistStat,
}
Fields§
§get_position: HistStat
§get_point: HistStat
§get_velocity: HistStat
§in_air: HistStat
§get_ammo: HistStat
§add_group: HistStat
§add_static_object: HistStat
§unit_is_exist: HistStat
§unit_get_by_name: HistStat
§unit_get_desc: HistStat
§land_is_visible: HistStat
§land_get_height: HistStat
§timer_schedule_function: HistStat
§timer_remove_function: HistStat
§timer_get_time: HistStat
§timer_get_abs_time: HistStat
§timer_get_time0: HistStat
Implementations§
Trait Implementations§
impl Copy for PerfStat
Auto Trait Implementations§
impl Freeze for PerfStat
impl RefUnwindSafe for PerfStat
impl Send for PerfStat
impl Sync for PerfStat
impl Unpin for PerfStat
impl UnwindSafe for PerfStat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
Source§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self
from the equivalent element of its
superset. Read moreSource§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self
is actually part of its subset T
(and can be converted to it).Source§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset
but without any property checks. Always succeeds.Source§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self
to the equivalent element of its superset.