Type Alias cuprate_helper::atomic::AtomicF32

source ·
pub type AtomicF32 = AtomicCell<f32>;
Expand description

An atomic f32.

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

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

Aliased Type§

struct AtomicF32 { /* 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: 4 bytes