#[repr(C)]pub struct _NV_ENC_H264_MV_DATA {
pub mv: [NV_ENC_MVECTOR; 4],
pub mbType: u8,
pub partitionType: u8,
pub reserved: u16,
pub mbCost: u32,
}
Fields§
§mv: [NV_ENC_MVECTOR; 4]
§mbType: u8
§partitionType: u8
§reserved: u16
§mbCost: u32
Trait Implementations§
source§impl Clone for _NV_ENC_H264_MV_DATA
impl Clone for _NV_ENC_H264_MV_DATA
source§fn clone(&self) -> _NV_ENC_H264_MV_DATA
fn clone(&self) -> _NV_ENC_H264_MV_DATA
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_H264_MV_DATA
impl Debug for _NV_ENC_H264_MV_DATA
source§impl Default for _NV_ENC_H264_MV_DATA
impl Default for _NV_ENC_H264_MV_DATA
source§fn default() -> _NV_ENC_H264_MV_DATA
fn default() -> _NV_ENC_H264_MV_DATA
Returns the “default value” for a type. Read more
source§impl Hash for _NV_ENC_H264_MV_DATA
impl Hash for _NV_ENC_H264_MV_DATA
source§impl Ord for _NV_ENC_H264_MV_DATA
impl Ord for _NV_ENC_H264_MV_DATA
source§fn cmp(&self, other: &_NV_ENC_H264_MV_DATA) -> Ordering
fn cmp(&self, other: &_NV_ENC_H264_MV_DATA) -> 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_H264_MV_DATA> for _NV_ENC_H264_MV_DATA
impl PartialEq<_NV_ENC_H264_MV_DATA> for _NV_ENC_H264_MV_DATA
source§fn eq(&self, other: &_NV_ENC_H264_MV_DATA) -> bool
fn eq(&self, other: &_NV_ENC_H264_MV_DATA) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<_NV_ENC_H264_MV_DATA> for _NV_ENC_H264_MV_DATA
impl PartialOrd<_NV_ENC_H264_MV_DATA> for _NV_ENC_H264_MV_DATA
source§fn partial_cmp(&self, other: &_NV_ENC_H264_MV_DATA) -> Option<Ordering>
fn partial_cmp(&self, other: &_NV_ENC_H264_MV_DATA) -> 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_H264_MV_DATA
impl Eq for _NV_ENC_H264_MV_DATA
impl StructuralEq for _NV_ENC_H264_MV_DATA
impl StructuralPartialEq for _NV_ENC_H264_MV_DATA
Auto Trait Implementations§
impl RefUnwindSafe for _NV_ENC_H264_MV_DATA
impl Send for _NV_ENC_H264_MV_DATA
impl Sync for _NV_ENC_H264_MV_DATA
impl Unpin for _NV_ENC_H264_MV_DATA
impl UnwindSafe for _NV_ENC_H264_MV_DATA
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