#[repr(u32)]pub enum cuvidDecodeStatus {
cuvidDecodeStatus_Invalid,
cuvidDecodeStatus_InProgress,
cuvidDecodeStatus_Success,
cuvidDecodeStatus_Error,
cuvidDecodeStatus_Error_Concealed,
}
Variants§
cuvidDecodeStatus_Invalid
cuvidDecodeStatus_InProgress
cuvidDecodeStatus_Success
cuvidDecodeStatus_Error
cuvidDecodeStatus_Error_Concealed
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 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 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<cuvidDecodeStatus_enum> for cuvidDecodeStatus_enum
impl PartialEq<cuvidDecodeStatus_enum> for cuvidDecodeStatus_enum
source§fn eq(&self, other: &cuvidDecodeStatus_enum) -> bool
fn eq(&self, other: &cuvidDecodeStatus_enum) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<cuvidDecodeStatus_enum> for cuvidDecodeStatus_enum
impl PartialOrd<cuvidDecodeStatus_enum> for cuvidDecodeStatus_enum
source§fn partial_cmp(&self, other: &cuvidDecodeStatus_enum) -> Option<Ordering>
fn partial_cmp(&self, other: &cuvidDecodeStatus_enum) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for cuvidDecodeStatus_enum
impl Eq for cuvidDecodeStatus_enum
impl StructuralEq for cuvidDecodeStatus_enum
impl StructuralPartialEq for cuvidDecodeStatus_enum
Auto Trait Implementations§
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