pub struct Map {
node_id: NodeId,
ops: Rc<RefCell<Vec<ConstructorOp>>>,
}
Expand description
Build API Struct for Node Map
Fields
node_id: NodeId
ops: Rc<RefCell<Vec<ConstructorOp>>>
Implementations
sourceimpl Map
impl Map
sourcepub fn set(self) -> Map
pub fn set(self) -> Map
Returns a structure with all settable parameters and settings. See also Node Map
sourcepub fn set_mod(self) -> Map
pub fn set_mod(self) -> Map
Returns a structure with all settable parameters with modulation amount. See also Node Map
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Map
impl !Send for Map
impl !Sync for Map
impl Unpin for Map
impl !UnwindSafe for Map
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