pub struct DecoderError(/* private fields */);
Implementations§
Source§impl DecoderError
impl DecoderError
pub const OUT_OF_MEMORY: DecoderError
pub const UNKNOWN: DecoderError
pub const TRANSPORT_SYNC_ERROR: DecoderError
pub const NOT_ENOUGH_BITS: DecoderError
pub const INVALID_HANDLE: DecoderError
pub const UNSUPPORTED_AOT: DecoderError
pub const UNSUPPORTED_FORMAT: DecoderError
pub const UNSUPPORTED_ER_FORMAT: DecoderError
pub const UNSUPPORTED_EPCONFIG: DecoderError
pub const UNSUPPORTED_MULTILAYER: DecoderError
pub const UNSUPPORTED_CHANNELCONFIG: DecoderError
pub const UNSUPPORTED_SAMPLINGRATE: DecoderError
pub const INVALID_SBR_CONFIG: DecoderError
pub const SET_PARAM_FAIL: DecoderError
pub const NEED_TO_RESTART: DecoderError
pub const OUTPUT_BUFFER_TOO_SMALL: DecoderError
pub const TRANSPORT_ERROR: DecoderError
pub const PARSE_ERROR: DecoderError
pub const UNSUPPORTED_EXTENSION_PAYLOAD: DecoderError
pub const DECODE_FRAME_ERROR: DecoderError
pub const CRC_ERROR: DecoderError
pub const INVALID_CODE_BOOK: DecoderError
pub const UNSUPPORTED_PREDICTION: DecoderError
pub const UNSUPPORTED_CCE: DecoderError
pub const UNSUPPORTED_LFE: DecoderError
pub const UNSUPPORTED_GAIN_CONTROL_DATA: DecoderError
pub const UNSUPPORTED_SBA: DecoderError
pub const TNS_READ_ERROR: DecoderError
pub const RVLC_ERROR: DecoderError
pub const ANC_DATA_ERROR: DecoderError
pub const TOO_SMALL_ANC_BUFFER: DecoderError
pub const TOO_MANY_ANC_ELEMENTS: DecoderError
pub fn message(&self) -> &'static str
Trait Implementations§
Source§impl Clone for DecoderError
impl Clone for DecoderError
Source§fn clone(&self) -> DecoderError
fn clone(&self) -> DecoderError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DecoderError
impl Debug for DecoderError
Source§impl Display for DecoderError
impl Display for DecoderError
Source§impl PartialEq for DecoderError
impl PartialEq for DecoderError
impl Copy for DecoderError
impl Eq for DecoderError
impl StructuralPartialEq for DecoderError
Auto Trait Implementations§
impl Freeze for DecoderError
impl RefUnwindSafe for DecoderError
impl Send for DecoderError
impl Sync for DecoderError
impl Unpin for DecoderError
impl UnwindSafe for DecoderError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more