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