#[repr(C)]pub struct aws_ref_count {
pub ref_count: aws_atomic_var,
pub object: *mut c_void,
pub on_zero_fn: aws_simple_completion_callback,
}
Fields
ref_count: aws_atomic_var
object: *mut c_void
on_zero_fn: aws_simple_completion_callback
Trait Implementations
sourceimpl Clone for aws_ref_count
impl Clone for aws_ref_count
sourcefn clone(&self) -> aws_ref_count
fn clone(&self) -> aws_ref_count
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 Debug for aws_ref_count
impl Debug for aws_ref_count
sourceimpl Default for aws_ref_count
impl Default for aws_ref_count
sourceimpl PartialEq<aws_ref_count> for aws_ref_count
impl PartialEq<aws_ref_count> for aws_ref_count
sourcefn eq(&self, other: &aws_ref_count) -> bool
fn eq(&self, other: &aws_ref_count) -> bool
impl Copy for aws_ref_count
impl Eq for aws_ref_count
impl StructuralEq for aws_ref_count
impl StructuralPartialEq for aws_ref_count
Auto Trait Implementations
impl RefUnwindSafe for aws_ref_count
impl !Send for aws_ref_count
impl !Sync for aws_ref_count
impl Unpin for aws_ref_count
impl UnwindSafe for aws_ref_count
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