Home
last modified time | relevance | path

Searched refs:UnownedPort (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/jack-0.5.7/src/client/
H A Dbase.rs11 use port::{Port, PortSpec, Unowned, UnownedPort};
238 pub fn port_by_id(&self, port_id: pt::JackPortId) -> Option<UnownedPort> { in port_by_id() argument
248 pub fn port_by_name(&self, port_name: &str) -> Option<UnownedPort> { in port_by_name() argument
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/jack-0.5.7/src/
H A Dlib.rs103 MidiIter, MidiOutPort, MidiOutSpec, Port, RawMidi, Unowned, UnownedPort};
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/jack-0.5.7/src/test/
H A Dtest_port.rs18 let p_alt: UnownedPort = p.clone_unowned(); in port_can_be_cast_to_unowned()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/jack-0.5.7/src/port/
H A Dport.rs307 pub type UnownedPort = Port<Unowned>; typedef