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