pub struct PamojaReporter { /* private fields */ }Expand description
An opaque handle to one reporter and its counters.
Create it with pamoja_reporter_new, feed it with
pamoja_reporter_record, and release it with pamoja_reporter_free.
Auto Trait Implementations§
impl Freeze for PamojaReporter
impl RefUnwindSafe for PamojaReporter
impl Send for PamojaReporter
impl Sync for PamojaReporter
impl Unpin for PamojaReporter
impl UnsafeUnpin for PamojaReporter
impl UnwindSafe for PamojaReporter
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