#[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 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 _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 for _CUVIDSEIMESSAGEINFO
impl PartialEq for _CUVIDSEIMESSAGEINFO
Source§impl PartialOrd for _CUVIDSEIMESSAGEINFO
impl PartialOrd for _CUVIDSEIMESSAGEINFO
impl Copy for _CUVIDSEIMESSAGEINFO
impl Eq for _CUVIDSEIMESSAGEINFO
impl StructuralPartialEq for _CUVIDSEIMESSAGEINFO
Auto Trait Implementations§
impl Freeze for _CUVIDSEIMESSAGEINFO
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