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