Type Alias cuprate_helper::atomic::AtomicF64

source ·
pub type AtomicF64 = AtomicCell<f64>;
Expand description

An atomic f64.

This is an alias for crossbeam::atomic::AtomicCell<f64>.

Note that there are no Ordering parameters, atomic loads use Acquire, and atomic stores use Release.

Aliased Type§

struct AtomicF64 { /* private fields */ }

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 8 bytes