#[repr(C)]pub struct _CUVIDAV1PICPARAMS__bindgen_ty_2 {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub reserved24Bits: [c_char; 3],
pub wmmat: [c_int; 6],
}
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§reserved24Bits: [c_char; 3]
§wmmat: [c_int; 6]
Implementations§
source§impl _CUVIDAV1PICPARAMS__bindgen_ty_2
impl _CUVIDAV1PICPARAMS__bindgen_ty_2
pub fn invalid(&self) -> c_uchar
pub fn set_invalid(&mut self, val: c_uchar)
pub fn wmtype(&self) -> c_uchar
pub fn set_wmtype(&mut self, val: c_uchar)
pub fn reserved5Bits(&self) -> c_uchar
pub fn set_reserved5Bits(&mut self, val: c_uchar)
pub fn new_bitfield_1( invalid: c_uchar, wmtype: c_uchar, reserved5Bits: c_uchar ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for _CUVIDAV1PICPARAMS__bindgen_ty_2
impl Clone for _CUVIDAV1PICPARAMS__bindgen_ty_2
source§fn clone(&self) -> _CUVIDAV1PICPARAMS__bindgen_ty_2
fn clone(&self) -> _CUVIDAV1PICPARAMS__bindgen_ty_2
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 Default for _CUVIDAV1PICPARAMS__bindgen_ty_2
impl Default for _CUVIDAV1PICPARAMS__bindgen_ty_2
source§fn default() -> _CUVIDAV1PICPARAMS__bindgen_ty_2
fn default() -> _CUVIDAV1PICPARAMS__bindgen_ty_2
Returns the “default value” for a type. Read more
source§impl Ord for _CUVIDAV1PICPARAMS__bindgen_ty_2
impl Ord for _CUVIDAV1PICPARAMS__bindgen_ty_2
source§fn cmp(&self, other: &_CUVIDAV1PICPARAMS__bindgen_ty_2) -> Ordering
fn cmp(&self, other: &_CUVIDAV1PICPARAMS__bindgen_ty_2) -> 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<_CUVIDAV1PICPARAMS__bindgen_ty_2> for _CUVIDAV1PICPARAMS__bindgen_ty_2
impl PartialEq<_CUVIDAV1PICPARAMS__bindgen_ty_2> for _CUVIDAV1PICPARAMS__bindgen_ty_2
source§fn eq(&self, other: &_CUVIDAV1PICPARAMS__bindgen_ty_2) -> bool
fn eq(&self, other: &_CUVIDAV1PICPARAMS__bindgen_ty_2) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<_CUVIDAV1PICPARAMS__bindgen_ty_2> for _CUVIDAV1PICPARAMS__bindgen_ty_2
impl PartialOrd<_CUVIDAV1PICPARAMS__bindgen_ty_2> for _CUVIDAV1PICPARAMS__bindgen_ty_2
source§fn partial_cmp(
&self,
other: &_CUVIDAV1PICPARAMS__bindgen_ty_2
) -> Option<Ordering>
fn partial_cmp( &self, other: &_CUVIDAV1PICPARAMS__bindgen_ty_2 ) -> 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 _CUVIDAV1PICPARAMS__bindgen_ty_2
impl Eq for _CUVIDAV1PICPARAMS__bindgen_ty_2
impl StructuralEq for _CUVIDAV1PICPARAMS__bindgen_ty_2
impl StructuralPartialEq for _CUVIDAV1PICPARAMS__bindgen_ty_2
Auto Trait Implementations§
impl RefUnwindSafe for _CUVIDAV1PICPARAMS__bindgen_ty_2
impl Send for _CUVIDAV1PICPARAMS__bindgen_ty_2
impl Sync for _CUVIDAV1PICPARAMS__bindgen_ty_2
impl Unpin for _CUVIDAV1PICPARAMS__bindgen_ty_2
impl UnwindSafe for _CUVIDAV1PICPARAMS__bindgen_ty_2
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