pub enum StatUnit {
Seconds,
Percent,
UnrealUnits,
UnrealUnitsPerSecond,
Boost,
BoostPerMinute,
Count,
}Variants§
Trait Implementations§
impl Copy for StatUnit
impl Eq for StatUnit
impl StructuralPartialEq for StatUnit
Auto Trait Implementations§
impl Freeze for StatUnit
impl RefUnwindSafe for StatUnit
impl Send for StatUnit
impl Sync for StatUnit
impl Unpin for StatUnit
impl UnsafeUnpin for StatUnit
impl UnwindSafe for StatUnit
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