Struct gstreamer_mpegts_sys::GstMpegtsAtscVCT
source · #[repr(C)]pub struct GstMpegtsAtscVCT {
pub transport_stream_id: u16,
pub protocol_version: u8,
pub sources: *mut GPtrArray,
pub descriptors: *mut GPtrArray,
}
Fields§
§transport_stream_id: u16
§protocol_version: u8
§sources: *mut GPtrArray
§descriptors: *mut GPtrArray
Trait Implementations§
source§impl Clone for GstMpegtsAtscVCT
impl Clone for GstMpegtsAtscVCT
source§fn clone(&self) -> GstMpegtsAtscVCT
fn clone(&self) -> GstMpegtsAtscVCT
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 GstMpegtsAtscVCT
impl Debug for GstMpegtsAtscVCT
impl Copy for GstMpegtsAtscVCT
Auto Trait Implementations§
impl RefUnwindSafe for GstMpegtsAtscVCT
impl !Send for GstMpegtsAtscVCT
impl !Sync for GstMpegtsAtscVCT
impl Unpin for GstMpegtsAtscVCT
impl UnwindSafe for GstMpegtsAtscVCT
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