Struct jack::prelude::MidiInPort [] [src]

pub struct MidiInPort<'a> { /* fields omitted */ }

Safely and thinly wrap a Port<MidiInPort>.

Methods

impl<'a> MidiInPort<'a>
[src]

[src]

Wrap a Port<MidiInSpec> within a process scope of a client that registered the port. Panics if the port does not belong to the client that created the process.

[src]

[src]

[src]

Trait Implementations

impl<'a> Debug for MidiInPort<'a>
[src]

[src]

Formats the value using the given formatter.