Struct synfx_dsp::AtomicFloat
source · [−]pub struct AtomicFloat { /* private fields */ }
Expand description
An atomic float that can be asynchronously read/written. Best combined with an Arc<...>
.
Implementations
Trait Implementations
sourceimpl Debug for AtomicFloat
impl Debug for AtomicFloat
sourceimpl Default for AtomicFloat
impl Default for AtomicFloat
sourceimpl Display for AtomicFloat
impl Display for AtomicFloat
sourceimpl From<AtomicFloat> for f32
impl From<AtomicFloat> for f32
sourcefn from(value: AtomicFloat) -> Self
fn from(value: AtomicFloat) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for AtomicFloat
impl Send for AtomicFloat
impl Sync for AtomicFloat
impl Unpin for AtomicFloat
impl UnwindSafe for AtomicFloat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more