Struct gstreamer_mpegts_sys::GstMpegtsSDT [−][src]
#[repr(C)]pub struct GstMpegtsSDT { pub original_network_id: u16, pub actual_ts: gboolean, pub transport_stream_id: u16, pub services: *mut GPtrArray, }
Fields
original_network_id: u16actual_ts: gbooleantransport_stream_id: u16services: *mut GPtrArrayTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsSDTimpl !Send for GstMpegtsSDTimpl !Sync for GstMpegtsSDTimpl Unpin for GstMpegtsSDTimpl UnwindSafe for GstMpegtsSDTBlanket Implementations
Mutably borrows from an owned value. Read more