Enum cubeb_core::ErrorCode
[−]
[src]
pub enum ErrorCode {
Error,
InvalidFormat,
InvalidParameter,
NotSupported,
DeviceUnavailable,
}An enumeration of possible errors that can happen when working with cubeb.
Variants
ErrorGenericError
InvalidFormatRequested format is invalid
InvalidParameterRequested parameter is invalid
NotSupportedRequested operation is not supported
Requested device is unavailable
Trait Implementations
impl PartialEq for ErrorCode[src]
fn eq(&self, __arg_0: &ErrorCode) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Eq for ErrorCode[src]
impl Clone for ErrorCode[src]
fn clone(&self) -> ErrorCode[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for ErrorCode[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more