Fields
value: *mut c_void
Implementations
sourceimpl AwsCAtomicVar
impl AwsCAtomicVar
sourceimpl AwsCAtomicVar
impl AwsCAtomicVar
pub fn as_atomic_usize(&self) -> &AtomicUsize
pub fn as_mut_atomic_usize(&mut self) -> &mut AtomicUsize
Auto Trait Implementations
impl RefUnwindSafe for AwsCAtomicVar
impl !Send for AwsCAtomicVar
impl !Sync for AwsCAtomicVar
impl Unpin for AwsCAtomicVar
impl UnwindSafe for AwsCAtomicVar
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