std::sync::atomic::AtomicI8
Struct std::sync::atomic::AtomicI8
pub struct AtomicI8 { /* fields omitted */ }
???? This is a nightly-only experimental API. (integer_atomics #32976)
An integer type which can be safely shared between threads.
This type has the same in-memory representation as the underlying integer type.