Struct hexodsp::synth_constructor::NodeConfig
source · [−]struct NodeConfig {
edges: HashMap<String, (NodeId, String)>,
params: HashMap<String, (SAtom, Option<f32>)>,
}
Fields
edges: HashMap<String, (NodeId, String)>
params: HashMap<String, (SAtom, Option<f32>)>
Implementations
Trait Implementations
sourceimpl Clone for NodeConfig
impl Clone for NodeConfig
sourcefn clone(&self) -> NodeConfig
fn clone(&self) -> NodeConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for NodeConfig
impl Send for NodeConfig
impl Sync for NodeConfig
impl Unpin for NodeConfig
impl UnwindSafe for NodeConfig
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