pub struct ModulationConnectionSnapshot {
pub from_block: usize,
pub to_block: usize,
pub parameter_name: String,
}Expand description
Snapshot of a modulation connection for visualization.
Fields§
§from_block: usizeSource modulator block ID.
to_block: usizeTarget block ID.
parameter_name: StringName of the modulated parameter on the target block.
Trait Implementations§
Source§impl Clone for ModulationConnectionSnapshot
impl Clone for ModulationConnectionSnapshot
Source§fn clone(&self) -> ModulationConnectionSnapshot
fn clone(&self) -> ModulationConnectionSnapshot
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ModulationConnectionSnapshot
impl RefUnwindSafe for ModulationConnectionSnapshot
impl Send for ModulationConnectionSnapshot
impl Sync for ModulationConnectionSnapshot
impl Unpin for ModulationConnectionSnapshot
impl UnwindSafe for ModulationConnectionSnapshot
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more