Struct flipperzero_sys::DolphinStats
source · #[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 copy 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 more