Struct synfx_dsp_jit::stdlib::AccumNodeState
source · [−]pub struct AccumNodeState {
pub value: f64,
}
Fields
value: f64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AccumNodeState
impl Send for AccumNodeState
impl Sync for AccumNodeState
impl Unpin for AccumNodeState
impl UnwindSafe for AccumNodeState
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