Enum coreaudio::error::audio_codec::Error
[−]
[src]
pub enum Error { Unspecified, UnknownProperty, BadPropertySize, IllegalOperation, UnsupportedFormat, State, NotEnoughBufferSpace, Unknown, }
Variants
Unspecified
UnknownProperty
BadPropertySize
IllegalOperation
UnsupportedFormat
State
NotEnoughBufferSpace
Unknown
Methods
impl Error
[src]
fn from_os_status(os_status: OSStatus) -> Result<(), Error>
fn to_os_status(&self) -> OSStatus
Trait Implementations
impl Debug for Error
[src]
impl Clone for Error
[src]
fn clone(&self) -> Error
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more