#[repr(u32)]pub enum CUvideopacketflags {
CUVID_PKT_ENDOFSTREAM,
CUVID_PKT_TIMESTAMP,
CUVID_PKT_DISCONTINUITY,
CUVID_PKT_ENDOFPICTURE,
CUVID_PKT_NOTIFY_EOS,
}
Variants§
CUVID_PKT_ENDOFSTREAM
CUVID_PKT_TIMESTAMP
CUVID_PKT_DISCONTINUITY
CUVID_PKT_ENDOFPICTURE
CUVID_PKT_NOTIFY_EOS
Trait Implementations§
source§impl Clone for CUvideopacketflags
impl Clone for CUvideopacketflags
source§fn clone(&self) -> CUvideopacketflags
fn clone(&self) -> CUvideopacketflags
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 CUvideopacketflags
impl Debug for CUvideopacketflags
source§impl Hash for CUvideopacketflags
impl Hash for CUvideopacketflags
source§impl Ord for CUvideopacketflags
impl Ord for CUvideopacketflags
source§fn cmp(&self, other: &CUvideopacketflags) -> Ordering
fn cmp(&self, other: &CUvideopacketflags) -> 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<CUvideopacketflags> for CUvideopacketflags
impl PartialEq<CUvideopacketflags> for CUvideopacketflags
source§fn eq(&self, other: &CUvideopacketflags) -> bool
fn eq(&self, other: &CUvideopacketflags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<CUvideopacketflags> for CUvideopacketflags
impl PartialOrd<CUvideopacketflags> for CUvideopacketflags
source§fn partial_cmp(&self, other: &CUvideopacketflags) -> Option<Ordering>
fn partial_cmp(&self, other: &CUvideopacketflags) -> 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 CUvideopacketflags
impl Eq for CUvideopacketflags
impl StructuralEq for CUvideopacketflags
impl StructuralPartialEq for CUvideopacketflags
Auto Trait Implementations§
impl RefUnwindSafe for CUvideopacketflags
impl Send for CUvideopacketflags
impl Sync for CUvideopacketflags
impl Unpin for CUvideopacketflags
impl UnwindSafe for CUvideopacketflags
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