Home
last modified time | relevance | path

Searched refs:HostErrorInfo (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/portaudio-rs-0.3.2/src/
H A Dhostapi.rs106 pub struct HostErrorInfo struct
118 impl HostErrorInfo implementation
120 fn from_ll(input: &ll::PaHostErrorInfo) -> HostErrorInfo in from_ll() argument
122 HostErrorInfo in from_ll()
135 pub fn get_last_error() -> Option<HostErrorInfo> in get_last_error()
141 p => Some(HostErrorInfo::from_ll(&*p)), in get_last_error()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/portaudio-rs-0.3.2/src/
H A Dhostapi.rs106 pub struct HostErrorInfo
118 impl HostErrorInfo
120 fn from_ll(input: &ll::PaHostErrorInfo) -> HostErrorInfo
122 HostErrorInfo
135 pub fn get_last_error() -> Option<HostErrorInfo>
141 p => Some(HostErrorInfo::from_ll(&*p)),
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/portaudio-rs-0.3.2/src/
H A Dhostapi.rs106 pub struct HostErrorInfo
118 impl HostErrorInfo
120 fn from_ll(input: &ll::PaHostErrorInfo) -> HostErrorInfo
122 HostErrorInfo
135 pub fn get_last_error() -> Option<HostErrorInfo>
141 p => Some(HostErrorInfo::from_ll(&*p)),