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: u32butthurt: u32timestamp: u64level: u8level_up_is_pending: boolTrait Implementations
sourceimpl Clone for DolphinStats
impl Clone for DolphinStats
sourcefn clone(&self) -> DolphinStats
fn clone(&self) -> DolphinStats
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DolphinStats
impl Debug for DolphinStats
impl Copy for DolphinStats
Auto Trait Implementations
impl RefUnwindSafe for DolphinStats
impl Send for DolphinStats
impl Sync for DolphinStats
impl Unpin for DolphinStats
impl UnwindSafe for DolphinStats
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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