#[repr(C)]pub struct _NV_ENC_CONFIG_H264_MEONLY {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub reserved1: [u32; 255],
pub reserved2: [*mut c_void; 64],
}
Fields§
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
§reserved1: [u32; 255]
§reserved2: [*mut c_void; 64]
Implementations§
source§impl _NV_ENC_CONFIG_H264_MEONLY
impl _NV_ENC_CONFIG_H264_MEONLY
pub fn disablePartition16x16(&self) -> u32
pub fn set_disablePartition16x16(&mut self, val: u32)
pub fn disablePartition8x16(&self) -> u32
pub fn set_disablePartition8x16(&mut self, val: u32)
pub fn disablePartition16x8(&self) -> u32
pub fn set_disablePartition16x8(&mut self, val: u32)
pub fn disablePartition8x8(&self) -> u32
pub fn set_disablePartition8x8(&mut self, val: u32)
pub fn disableIntraSearch(&self) -> u32
pub fn set_disableIntraSearch(&mut self, val: u32)
pub fn bStereoEnable(&self) -> u32
pub fn set_bStereoEnable(&mut self, val: u32)
pub fn reserved(&self) -> u32
pub fn set_reserved(&mut self, val: u32)
pub fn new_bitfield_1( disablePartition16x16: u32, disablePartition8x16: u32, disablePartition16x8: u32, disablePartition8x8: u32, disableIntraSearch: u32, bStereoEnable: u32, reserved: u32 ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
source§impl Clone for _NV_ENC_CONFIG_H264_MEONLY
impl Clone for _NV_ENC_CONFIG_H264_MEONLY
source§fn clone(&self) -> _NV_ENC_CONFIG_H264_MEONLY
fn clone(&self) -> _NV_ENC_CONFIG_H264_MEONLY
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 _NV_ENC_CONFIG_H264_MEONLY
impl Debug for _NV_ENC_CONFIG_H264_MEONLY
source§impl Default for _NV_ENC_CONFIG_H264_MEONLY
impl Default for _NV_ENC_CONFIG_H264_MEONLY
source§impl Hash for _NV_ENC_CONFIG_H264_MEONLY
impl Hash for _NV_ENC_CONFIG_H264_MEONLY
source§impl Ord for _NV_ENC_CONFIG_H264_MEONLY
impl Ord for _NV_ENC_CONFIG_H264_MEONLY
source§fn cmp(&self, other: &_NV_ENC_CONFIG_H264_MEONLY) -> Ordering
fn cmp(&self, other: &_NV_ENC_CONFIG_H264_MEONLY) -> 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<_NV_ENC_CONFIG_H264_MEONLY> for _NV_ENC_CONFIG_H264_MEONLY
impl PartialEq<_NV_ENC_CONFIG_H264_MEONLY> for _NV_ENC_CONFIG_H264_MEONLY
source§fn eq(&self, other: &_NV_ENC_CONFIG_H264_MEONLY) -> bool
fn eq(&self, other: &_NV_ENC_CONFIG_H264_MEONLY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<_NV_ENC_CONFIG_H264_MEONLY> for _NV_ENC_CONFIG_H264_MEONLY
impl PartialOrd<_NV_ENC_CONFIG_H264_MEONLY> for _NV_ENC_CONFIG_H264_MEONLY
source§fn partial_cmp(&self, other: &_NV_ENC_CONFIG_H264_MEONLY) -> Option<Ordering>
fn partial_cmp(&self, other: &_NV_ENC_CONFIG_H264_MEONLY) -> 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 _NV_ENC_CONFIG_H264_MEONLY
impl Eq for _NV_ENC_CONFIG_H264_MEONLY
impl StructuralEq for _NV_ENC_CONFIG_H264_MEONLY
impl StructuralPartialEq for _NV_ENC_CONFIG_H264_MEONLY
Auto Trait Implementations§
impl RefUnwindSafe for _NV_ENC_CONFIG_H264_MEONLY
impl !Send for _NV_ENC_CONFIG_H264_MEONLY
impl !Sync for _NV_ENC_CONFIG_H264_MEONLY
impl Unpin for _NV_ENC_CONFIG_H264_MEONLY
impl UnwindSafe for _NV_ENC_CONFIG_H264_MEONLY
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