#[repr(C)]pub struct AwsCCrtStatisticsHandlerVtable {
pub process_statistics: AwsCCrtStatisticsHandlerProcessStatisticsFn,
pub destroy: AwsCCrtStatisticsHandlerDestroyFn,
pub get_report_interval_ms: AwsCCrtStatisticsHandlerGetReportIntervalMsFn,
}
Fields
process_statistics: AwsCCrtStatisticsHandlerProcessStatisticsFn
destroy: AwsCCrtStatisticsHandlerDestroyFn
get_report_interval_ms: AwsCCrtStatisticsHandlerGetReportIntervalMsFn
Auto Trait Implementations
impl RefUnwindSafe for AwsCCrtStatisticsHandlerVtable
impl Send for AwsCCrtStatisticsHandlerVtable
impl Sync for AwsCCrtStatisticsHandlerVtable
impl Unpin for AwsCCrtStatisticsHandlerVtable
impl UnwindSafe for AwsCCrtStatisticsHandlerVtable
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