#[repr(C)]pub struct DolphinStats {
pub icounter: u32,
pub butthurt: u32,
pub timestamp: u64,
pub level: u8,
pub level_up_is_pending: bool,
}Fields§
§icounter: u32§butthurt: u32§timestamp: u64§level: u8§level_up_is_pending: boolTrait Implementations§
Source§impl Clone for DolphinStats
impl Clone for DolphinStats
Source§fn clone(&self) -> DolphinStats
fn clone(&self) -> DolphinStats
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 DolphinStats
impl Debug for DolphinStats
impl Copy for DolphinStats
Auto Trait Implementations§
impl Freeze for DolphinStats
impl RefUnwindSafe for DolphinStats
impl Send for DolphinStats
impl Sync for DolphinStats
impl Unpin for DolphinStats
impl UnwindSafe for DolphinStats
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