#[repr(u32)]pub enum cuvidDecodeStatus {
cuvidDecodeStatus_Invalid = 0,
cuvidDecodeStatus_InProgress = 1,
cuvidDecodeStatus_Success = 2,
cuvidDecodeStatus_Error = 8,
cuvidDecodeStatus_Error_Concealed = 9,
}
Variants§
cuvidDecodeStatus_Invalid = 0
cuvidDecodeStatus_InProgress = 1
cuvidDecodeStatus_Success = 2
cuvidDecodeStatus_Error = 8
cuvidDecodeStatus_Error_Concealed = 9
Trait Implementations§
Source§impl Clone for cuvidDecodeStatus_enum
impl Clone for cuvidDecodeStatus_enum
Source§fn clone(&self) -> cuvidDecodeStatus_enum
fn clone(&self) -> cuvidDecodeStatus_enum
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 cuvidDecodeStatus_enum
impl Debug for cuvidDecodeStatus_enum
Source§impl Hash for cuvidDecodeStatus_enum
impl Hash for cuvidDecodeStatus_enum
Source§impl Ord for cuvidDecodeStatus_enum
impl Ord for cuvidDecodeStatus_enum
Source§fn cmp(&self, other: &cuvidDecodeStatus_enum) -> Ordering
fn cmp(&self, other: &cuvidDecodeStatus_enum) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for cuvidDecodeStatus_enum
impl PartialEq for cuvidDecodeStatus_enum
Source§impl PartialOrd for cuvidDecodeStatus_enum
impl PartialOrd for cuvidDecodeStatus_enum
impl Copy for cuvidDecodeStatus_enum
impl Eq for cuvidDecodeStatus_enum
impl StructuralPartialEq for cuvidDecodeStatus_enum
Auto Trait Implementations§
impl Freeze for cuvidDecodeStatus_enum
impl RefUnwindSafe for cuvidDecodeStatus_enum
impl Send for cuvidDecodeStatus_enum
impl Sync for cuvidDecodeStatus_enum
impl Unpin for cuvidDecodeStatus_enum
impl UnwindSafe for cuvidDecodeStatus_enum
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