x11rb
0.13.1
Module atomic_u64
Structs
In x11rb::xcb_ffi
Module
x11rb
::
xcb_ffi
::
atomic_u64
Copy item path
source
·
[
−
]
Expand description
Either
AtomicU64
or emulating
AtomicU64
through a
Mutex
.
Structs
§
AtomicU64
🔒
An integer type which can be safely shared between threads.