pub struct MidiP { /* private fields */ }Expand description
Build API Struct for Node MidiP
Implementations§
Source§impl MidiP
impl MidiP
Sourcepub fn set(self) -> MidiP
pub fn set(self) -> MidiP
Returns a structure with all settable parameters and settings. See also Node MidiP
Sourcepub fn set_mod(self) -> MidiP
pub fn set_mod(self) -> MidiP
Returns a structure with all settable parameters with modulation amount. See also Node MidiP
Sourcepub fn input(self) -> MidiP
pub fn input(self) -> MidiP
Returns a structure with all input ports/parameters. See also Node MidiP
Sourcepub fn output(&self) -> MidiP
pub fn output(&self) -> MidiP
Returns a structure with all output ports/paramters. See also Node MidiP
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MidiP
impl !RefUnwindSafe for MidiP
impl !Send for MidiP
impl !Sync for MidiP
impl Unpin for MidiP
impl !UnwindSafe for MidiP
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