#[repr(u32)]pub enum NV_ENC_PIC_FLAGS {
NV_ENC_PIC_FLAG_FORCEINTRA = 1,
NV_ENC_PIC_FLAG_FORCEIDR = 2,
NV_ENC_PIC_FLAG_OUTPUT_SPSPPS = 4,
NV_ENC_PIC_FLAG_EOS = 8,
NV_ENC_PIC_FLAG_DISABLE_ENC_STATE_ADVANCE = 16,
NV_ENC_PIC_FLAG_OUTPUT_RECON_FRAME = 32,
}
Variants§
NV_ENC_PIC_FLAG_FORCEINTRA = 1
NV_ENC_PIC_FLAG_FORCEIDR = 2
NV_ENC_PIC_FLAG_OUTPUT_SPSPPS = 4
NV_ENC_PIC_FLAG_EOS = 8
NV_ENC_PIC_FLAG_DISABLE_ENC_STATE_ADVANCE = 16
NV_ENC_PIC_FLAG_OUTPUT_RECON_FRAME = 32
Trait Implementations§
Source§impl Clone for _NV_ENC_PIC_FLAGS
impl Clone for _NV_ENC_PIC_FLAGS
Source§fn clone(&self) -> _NV_ENC_PIC_FLAGS
fn clone(&self) -> _NV_ENC_PIC_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 _NV_ENC_PIC_FLAGS
impl Debug for _NV_ENC_PIC_FLAGS
Source§impl Hash for _NV_ENC_PIC_FLAGS
impl Hash for _NV_ENC_PIC_FLAGS
Source§impl Ord for _NV_ENC_PIC_FLAGS
impl Ord for _NV_ENC_PIC_FLAGS
Source§fn cmp(&self, other: &_NV_ENC_PIC_FLAGS) -> Ordering
fn cmp(&self, other: &_NV_ENC_PIC_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 for _NV_ENC_PIC_FLAGS
impl PartialEq for _NV_ENC_PIC_FLAGS
Source§impl PartialOrd for _NV_ENC_PIC_FLAGS
impl PartialOrd for _NV_ENC_PIC_FLAGS
impl Copy for _NV_ENC_PIC_FLAGS
impl Eq for _NV_ENC_PIC_FLAGS
impl StructuralPartialEq for _NV_ENC_PIC_FLAGS
Auto Trait Implementations§
impl Freeze for _NV_ENC_PIC_FLAGS
impl RefUnwindSafe for _NV_ENC_PIC_FLAGS
impl Send for _NV_ENC_PIC_FLAGS
impl Sync for _NV_ENC_PIC_FLAGS
impl Unpin for _NV_ENC_PIC_FLAGS
impl UnwindSafe for _NV_ENC_PIC_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