[][src]Struct jack::Unowned

pub struct Unowned;

PortSpec for a port that holds has no readable or writeable data from JACK on the created client. It can be used to connect ports or to obtain metadata.

Trait Implementations

impl Debug for Unowned[src]

impl Default for Unowned[src]

impl PortSpec for Unowned[src]

fn jack_port_type(&self) -> &str[src]

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

fn jack_flags(&self) -> PortFlags[src]

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

fn jack_buffer_size(&self) -> c_ulong[src]

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

Auto Trait Implementations

impl RefUnwindSafe for Unowned

impl Send for Unowned

impl Sync for Unowned

impl Unpin for Unowned

impl UnwindSafe for Unowned

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.