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

GenericError

Requested format is invalid

Requested parameter is invalid

Requested operation is not supported

Requested device is unavailable

Trait Implementations

impl PartialEq for ErrorCode
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for ErrorCode
[src]

impl Clone for ErrorCode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ErrorCode
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ErrorCode
[src]

impl From<ErrorCode> for Error
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ErrorCode

impl Sync for ErrorCode