Struct solana_program::atomic_u64::implementation::AtomicU64
source · pub(crate) struct AtomicU64(AtomicU64);
Tuple Fields§
§0: AtomicU64
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AtomicU64
impl Send for AtomicU64
impl Sync for AtomicU64
impl Unpin for AtomicU64
impl UnwindSafe for AtomicU64
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more