Enum cros_libva::DecodeErrorType
source · #[repr(u32)]pub enum DecodeErrorType {
SliceMissing = 0,
MBError = 1,
Reset = 2,
}Expand description
Decode error type aka VADecodeErrorType
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecodeErrorType
impl RefUnwindSafe for DecodeErrorType
impl Send for DecodeErrorType
impl Sync for DecodeErrorType
impl Unpin for DecodeErrorType
impl UnwindSafe for DecodeErrorType
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