#[repr(C)]pub struct aws_crt_statistics_handler_vtable {
pub process_statistics: aws_crt_statistics_handler_process_statistics_fn,
pub destroy: aws_crt_statistics_handler_destroy_fn,
pub get_report_interval_ms: aws_crt_statistics_handler_get_report_interval_ms_fn,
}
Expand description
Vtable for functions that all statistics handlers must implement
Fields
process_statistics: aws_crt_statistics_handler_process_statistics_fn
destroy: aws_crt_statistics_handler_destroy_fn
get_report_interval_ms: aws_crt_statistics_handler_get_report_interval_ms_fn
Trait Implementations
sourceimpl Clone for aws_crt_statistics_handler_vtable
impl Clone for aws_crt_statistics_handler_vtable
sourcefn clone(&self) -> aws_crt_statistics_handler_vtable
fn clone(&self) -> aws_crt_statistics_handler_vtable
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Default for aws_crt_statistics_handler_vtable
impl Default for aws_crt_statistics_handler_vtable
sourcefn default() -> aws_crt_statistics_handler_vtable
fn default() -> aws_crt_statistics_handler_vtable
Returns the “default value” for a type. Read more
sourceimpl PartialEq<aws_crt_statistics_handler_vtable> for aws_crt_statistics_handler_vtable
impl PartialEq<aws_crt_statistics_handler_vtable> for aws_crt_statistics_handler_vtable
sourcefn eq(&self, other: &aws_crt_statistics_handler_vtable) -> bool
fn eq(&self, other: &aws_crt_statistics_handler_vtable) -> bool
impl Copy for aws_crt_statistics_handler_vtable
impl Eq for aws_crt_statistics_handler_vtable
impl StructuralEq for aws_crt_statistics_handler_vtable
impl StructuralPartialEq for aws_crt_statistics_handler_vtable
Auto Trait Implementations
impl RefUnwindSafe for aws_crt_statistics_handler_vtable
impl Send for aws_crt_statistics_handler_vtable
impl Sync for aws_crt_statistics_handler_vtable
impl Unpin for aws_crt_statistics_handler_vtable
impl UnwindSafe for aws_crt_statistics_handler_vtable
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