pub struct OptickCounter {
pub event_data: u64,
}Expand description
Scoped event
Fields§
§event_data: u64ID of the current event description
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OptickCounter
impl RefUnwindSafe for OptickCounter
impl Send for OptickCounter
impl Sync for OptickCounter
impl Unpin for OptickCounter
impl UnwindSafe for OptickCounter
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