Struct nvidia_video_codec_sdk::sys::nvcuvid::CUVIDAV1SEQHDR
source · #[repr(C)]pub struct CUVIDAV1SEQHDR {
pub max_width: c_uint,
pub max_height: c_uint,
pub reserved: [c_uchar; 1016],
}
Fields§
§max_width: c_uint
§max_height: c_uint
§reserved: [c_uchar; 1016]
Trait Implementations§
source§impl Clone for CUVIDAV1SEQHDR
impl Clone for CUVIDAV1SEQHDR
source§fn clone(&self) -> CUVIDAV1SEQHDR
fn clone(&self) -> CUVIDAV1SEQHDR
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 CUVIDAV1SEQHDR
impl Debug for CUVIDAV1SEQHDR
source§impl Default for CUVIDAV1SEQHDR
impl Default for CUVIDAV1SEQHDR
source§impl Hash for CUVIDAV1SEQHDR
impl Hash for CUVIDAV1SEQHDR
source§impl Ord for CUVIDAV1SEQHDR
impl Ord for CUVIDAV1SEQHDR
source§fn cmp(&self, other: &CUVIDAV1SEQHDR) -> Ordering
fn cmp(&self, other: &CUVIDAV1SEQHDR) -> 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<CUVIDAV1SEQHDR> for CUVIDAV1SEQHDR
impl PartialEq<CUVIDAV1SEQHDR> for CUVIDAV1SEQHDR
source§fn eq(&self, other: &CUVIDAV1SEQHDR) -> bool
fn eq(&self, other: &CUVIDAV1SEQHDR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<CUVIDAV1SEQHDR> for CUVIDAV1SEQHDR
impl PartialOrd<CUVIDAV1SEQHDR> for CUVIDAV1SEQHDR
source§fn partial_cmp(&self, other: &CUVIDAV1SEQHDR) -> Option<Ordering>
fn partial_cmp(&self, other: &CUVIDAV1SEQHDR) -> 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 CUVIDAV1SEQHDR
impl Eq for CUVIDAV1SEQHDR
impl StructuralEq for CUVIDAV1SEQHDR
impl StructuralPartialEq for CUVIDAV1SEQHDR
Auto Trait Implementations§
impl RefUnwindSafe for CUVIDAV1SEQHDR
impl Send for CUVIDAV1SEQHDR
impl Sync for CUVIDAV1SEQHDR
impl Unpin for CUVIDAV1SEQHDR
impl UnwindSafe for CUVIDAV1SEQHDR
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