pub struct MidiP {
pub node: MidiP,
}Expand description
Input Port API Struct for Node MidiP
Fields§
§node: MidiPImplementations§
Source§impl 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 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