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