#[repr(C)]pub enum XmfVpxDecoderErrorCode {
NoError = 0,
MemoryError = 1,
InitError = 2,
DecodeError = 3,
NoFrameAvailable = 4,
VpxError = 5,
}Variants§
Trait Implementations§
Source§impl Clone for XmfVpxDecoderErrorCode
impl Clone for XmfVpxDecoderErrorCode
Source§fn clone(&self) -> XmfVpxDecoderErrorCode
fn clone(&self) -> XmfVpxDecoderErrorCode
Returns a duplicate 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 XmfVpxDecoderErrorCode
impl Debug for XmfVpxDecoderErrorCode
impl Copy for XmfVpxDecoderErrorCode
Auto Trait Implementations§
impl Freeze for XmfVpxDecoderErrorCode
impl RefUnwindSafe for XmfVpxDecoderErrorCode
impl Send for XmfVpxDecoderErrorCode
impl Sync for XmfVpxDecoderErrorCode
impl Unpin for XmfVpxDecoderErrorCode
impl UnwindSafe for XmfVpxDecoderErrorCode
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