#[repr(C)]pub struct _NV_ENC_RECONFIGURE_PARAMS {
pub version: u32,
pub reInitEncodeParams: NV_ENC_INITIALIZE_PARAMS,
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub __bindgen_padding_0: u32,
}
Fields§
§version: u32
§reInitEncodeParams: NV_ENC_INITIALIZE_PARAMS
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
§__bindgen_padding_0: u32
Implementations§
Source§impl _NV_ENC_RECONFIGURE_PARAMS
impl _NV_ENC_RECONFIGURE_PARAMS
pub fn resetEncoder(&self) -> u32
pub fn set_resetEncoder(&mut self, val: u32)
pub fn forceIDR(&self) -> u32
pub fn set_forceIDR(&mut self, val: u32)
pub fn reserved(&self) -> u32
pub fn set_reserved(&mut self, val: u32)
pub fn new_bitfield_1( resetEncoder: u32, forceIDR: u32, reserved: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for _NV_ENC_RECONFIGURE_PARAMS
impl Clone for _NV_ENC_RECONFIGURE_PARAMS
Source§fn clone(&self) -> _NV_ENC_RECONFIGURE_PARAMS
fn clone(&self) -> _NV_ENC_RECONFIGURE_PARAMS
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_RECONFIGURE_PARAMS
impl Debug for _NV_ENC_RECONFIGURE_PARAMS
Source§impl Default for _NV_ENC_RECONFIGURE_PARAMS
impl Default for _NV_ENC_RECONFIGURE_PARAMS
Source§impl Hash for _NV_ENC_RECONFIGURE_PARAMS
impl Hash for _NV_ENC_RECONFIGURE_PARAMS
Source§impl Ord for _NV_ENC_RECONFIGURE_PARAMS
impl Ord for _NV_ENC_RECONFIGURE_PARAMS
Source§fn cmp(&self, other: &_NV_ENC_RECONFIGURE_PARAMS) -> Ordering
fn cmp(&self, other: &_NV_ENC_RECONFIGURE_PARAMS) -> 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 _NV_ENC_RECONFIGURE_PARAMS
impl PartialOrd for _NV_ENC_RECONFIGURE_PARAMS
impl Copy for _NV_ENC_RECONFIGURE_PARAMS
impl Eq for _NV_ENC_RECONFIGURE_PARAMS
impl StructuralPartialEq for _NV_ENC_RECONFIGURE_PARAMS
Auto Trait Implementations§
impl Freeze for _NV_ENC_RECONFIGURE_PARAMS
impl RefUnwindSafe for _NV_ENC_RECONFIGURE_PARAMS
impl !Send for _NV_ENC_RECONFIGURE_PARAMS
impl !Sync for _NV_ENC_RECONFIGURE_PARAMS
impl Unpin for _NV_ENC_RECONFIGURE_PARAMS
impl UnwindSafe for _NV_ENC_RECONFIGURE_PARAMS
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