pub struct MidiP {
pub node: MidiP,
}
Expand description
Parameter and Modulation Amount Setter API Struct for Node MidiP
Fields
node: MidiP
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for MidiP
impl !Send for MidiP
impl !Sync for MidiP
impl Unpin for MidiP
impl !UnwindSafe for MidiP
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