#[repr(C)]pub struct AwsCRefCount {
pub ref_count: AwsCAtomicVar,
pub object: *mut c_void,
pub on_zero_fn: AwsCSimpleCompletionCallback,
}
Fields
ref_count: AwsCAtomicVar
object: *mut c_void
on_zero_fn: AwsCSimpleCompletionCallback
Auto Trait Implementations
impl RefUnwindSafe for AwsCRefCount
impl !Send for AwsCRefCount
impl !Sync for AwsCRefCount
impl Unpin for AwsCRefCount
impl UnwindSafe for AwsCRefCount
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