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: u16
actual_ts: gboolean
transport_stream_id: u16
services: *mut GPtrArray
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsSDT
impl !Send for GstMpegtsSDT
impl !Sync for GstMpegtsSDT
impl Unpin for GstMpegtsSDT
impl UnwindSafe for GstMpegtsSDT
Blanket Implementations
Mutably borrows from an owned value. Read more