Struct vst::util::AtomicFloat
source · pub struct AtomicFloat { /* private fields */ }
Expand description
Simple atomic floating point variable with relaxed ordering.
Designed for the common case of sharing VST parameters between multiple threads when no synchronization or change notification is needed.
Implementations§
Trait Implementations§
source§impl Debug for AtomicFloat
impl Debug for AtomicFloat
source§impl Default for AtomicFloat
impl Default for AtomicFloat
source§impl Display for AtomicFloat
impl Display for AtomicFloat
source§impl From<AtomicFloat> for f32
impl From<AtomicFloat> for f32
source§fn from(value: AtomicFloat) -> Self
fn from(value: AtomicFloat) -> Self
Converts to this type from the input type.