Struct portaudio::types::PaHostErrorInfo [-]  [+] [src]

pub struct PaHostErrorInfo {
    pub error_code: u32,
    pub error_text: String,
}

Structure used to return information about a host error condition.

Fields

error_code

The code of the error

error_text

The string which explain the error

Trait Implementations

Derived Implementations

impl Show for PaHostErrorInfo

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialOrd for PaHostErrorInfo

fn partial_cmp(&self, __arg_0: &PaHostErrorInfo) -> Option<Ordering>

fn lt(&self, __arg_0: &PaHostErrorInfo) -> bool

fn le(&self, __arg_0: &PaHostErrorInfo) -> bool

fn gt(&self, __arg_0: &PaHostErrorInfo) -> bool

fn ge(&self, __arg_0: &PaHostErrorInfo) -> bool

impl PartialEq for PaHostErrorInfo

fn eq(&self, __arg_0: &PaHostErrorInfo) -> bool

fn ne(&self, __arg_0: &PaHostErrorInfo) -> bool

impl Clone for PaHostErrorInfo

fn clone(&self) -> PaHostErrorInfo

fn clone_from(&mut self, source: &Self)