#[repr(C)]pub struct AwsCCrtStatisticsHandler {
pub vtable: *mut AwsCCrtStatisticsHandlerVtable,
pub allocator: *const AwsCAllocator,
pub impl: *mut c_void,
}
Fields
vtable: *mut AwsCCrtStatisticsHandlerVtable
allocator: *const AwsCAllocator
impl: *mut c_void
Auto Trait Implementations
impl RefUnwindSafe for AwsCCrtStatisticsHandler
impl !Send for AwsCCrtStatisticsHandler
impl !Sync for AwsCCrtStatisticsHandler
impl Unpin for AwsCCrtStatisticsHandler
impl UnwindSafe for AwsCCrtStatisticsHandler
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