Struct jack::MidiOut [] [src]

pub struct MidiOut;

MidiOut implements the PortSpec trait, which defines an endpoint for JACK. In this case, it defines a midi output.

Trait Implementations

impl Copy for MidiOut
[src]

impl Clone for MidiOut
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MidiOut
[src]

[src]

Formats the value using the given formatter.

impl Default for MidiOut
[src]

[src]

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

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