pub struct MidiP {
pub node: MidiP,
}
Expand description
Input Port API Struct for Node MidiP
Fields
node: MidiP
Implementations
sourceimpl MidiP
impl MidiP
sourcepub fn det(self, node: &dyn ConstructorNodeOutputPort) -> MidiP
pub fn det(self, node: &dyn ConstructorNodeOutputPort) -> MidiP
Assign to input port for Node MidiP Input det
sourcepub fn glen(self, node: &dyn ConstructorNodeOutputPort) -> MidiP
pub fn glen(self, node: &dyn ConstructorNodeOutputPort) -> MidiP
Assign to input port for Node MidiP Input glen
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