Struct jack::MidiIn [] [src]

pub struct MidiIn;

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

Trait Implementations

impl Copy for MidiIn
[src]

impl Clone for MidiIn
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MidiIn
[src]

[src]

Formats the value using the given formatter.

impl Default for MidiIn
[src]

[src]

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

impl PortSpec for MidiIn
[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.