Enum nvidia_video_codec_sdk::sys::nvcuvid::cudaVideoState
source · #[repr(i32)]pub enum cudaVideoState {
cudaVideoState_Error,
cudaVideoState_Stopped,
cudaVideoState_Started,
}
Variants§
Trait Implementations§
source§impl Clone for cudaVideoState
impl Clone for cudaVideoState
source§fn clone(&self) -> cudaVideoState
fn clone(&self) -> cudaVideoState
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 cudaVideoState
impl Debug for cudaVideoState
source§impl Hash for cudaVideoState
impl Hash for cudaVideoState
source§impl Ord for cudaVideoState
impl Ord for cudaVideoState
source§fn cmp(&self, other: &cudaVideoState) -> Ordering
fn cmp(&self, other: &cudaVideoState) -> 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<cudaVideoState> for cudaVideoState
impl PartialEq<cudaVideoState> for cudaVideoState
source§fn eq(&self, other: &cudaVideoState) -> bool
fn eq(&self, other: &cudaVideoState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<cudaVideoState> for cudaVideoState
impl PartialOrd<cudaVideoState> for cudaVideoState
source§fn partial_cmp(&self, other: &cudaVideoState) -> Option<Ordering>
fn partial_cmp(&self, other: &cudaVideoState) -> 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 cudaVideoState
impl Eq for cudaVideoState
impl StructuralEq for cudaVideoState
impl StructuralPartialEq for cudaVideoState
Auto Trait Implementations§
impl RefUnwindSafe for cudaVideoState
impl Send for cudaVideoState
impl Sync for cudaVideoState
impl Unpin for cudaVideoState
impl UnwindSafe for cudaVideoState
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