Struct jack::port::Unowned [] [src]

pub struct Unowned;

PortSpec for a port that holds no readable or write-able stream data from JACK, though it can be used for obtaining information about external ports.

Trait Implementations

impl Debug for Unowned
[src]

Formats the value using the given formatter.

impl Default for Unowned
[src]

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

impl PortSpec for Unowned
[src]

Panics on call since the Unowned spec can't be used to create ports.

Panics on call since the Unowned spec can't be used to create ports.

Panics on call since the Unowned spec can't be used to create ports.