Struct jack::prelude::MidiInSpec [] [src]

pub struct MidiInSpec;

MidiInSpec implements the PortSpec trait, which defines an endpoint for JACK. In this case, it defines midi input.

Trait Implementations

impl Debug for MidiInSpec
[src]

[src]

Formats the value using the given formatter.

impl Default for MidiInSpec
[src]

[src]

Returns the "default value" for a type. Read more

impl PortSpec for MidiInSpec
[src]

[src]

String used by JACK upon port creation to identify the port type. Read more

[src]

Flags used by jack upon port creation.

[src]

Size used by jack upon port creation.