Struct gstreamer_mpegts_sys::GstMpegtsAtscVCT [−][src]
#[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
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
Mutably borrows from an owned value. Read more