#[repr(C)]pub struct _CUVIDSOURCEDATAPACKET {
pub flags: c_ulong,
pub payload_size: c_ulong,
pub payload: *const c_uchar,
pub timestamp: CUvideotimestamp,
}
Fields§
§flags: c_ulong
§payload_size: c_ulong
§payload: *const c_uchar
§timestamp: CUvideotimestamp
Trait Implementations§
Source§impl Clone for _CUVIDSOURCEDATAPACKET
impl Clone for _CUVIDSOURCEDATAPACKET
Source§fn clone(&self) -> _CUVIDSOURCEDATAPACKET
fn clone(&self) -> _CUVIDSOURCEDATAPACKET
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 _CUVIDSOURCEDATAPACKET
impl Debug for _CUVIDSOURCEDATAPACKET
Source§impl Default for _CUVIDSOURCEDATAPACKET
impl Default for _CUVIDSOURCEDATAPACKET
Source§impl Hash for _CUVIDSOURCEDATAPACKET
impl Hash for _CUVIDSOURCEDATAPACKET
Source§impl Ord for _CUVIDSOURCEDATAPACKET
impl Ord for _CUVIDSOURCEDATAPACKET
Source§fn cmp(&self, other: &_CUVIDSOURCEDATAPACKET) -> Ordering
fn cmp(&self, other: &_CUVIDSOURCEDATAPACKET) -> 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 _CUVIDSOURCEDATAPACKET
impl PartialEq for _CUVIDSOURCEDATAPACKET
Source§impl PartialOrd for _CUVIDSOURCEDATAPACKET
impl PartialOrd for _CUVIDSOURCEDATAPACKET
impl Copy for _CUVIDSOURCEDATAPACKET
impl Eq for _CUVIDSOURCEDATAPACKET
impl StructuralPartialEq for _CUVIDSOURCEDATAPACKET
Auto Trait Implementations§
impl Freeze for _CUVIDSOURCEDATAPACKET
impl RefUnwindSafe for _CUVIDSOURCEDATAPACKET
impl !Send for _CUVIDSOURCEDATAPACKET
impl !Sync for _CUVIDSOURCEDATAPACKET
impl Unpin for _CUVIDSOURCEDATAPACKET
impl UnwindSafe for _CUVIDSOURCEDATAPACKET
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