#[repr(u32)]pub enum CUvideosourceformat_flags {
CUVID_FMT_EXTFORMATINFO = 256,
}
Variants§
CUVID_FMT_EXTFORMATINFO = 256
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 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 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 PartialOrd for CUvideosourceformat_flags
impl PartialOrd for CUvideosourceformat_flags
impl Copy for CUvideosourceformat_flags
impl Eq for CUvideosourceformat_flags
impl StructuralPartialEq for CUvideosourceformat_flags
Auto Trait Implementations§
impl Freeze for CUvideosourceformat_flags
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