Struct gstreamer_mpegts_sys::GstMpegtsEIT [−][src]
#[repr(C)]pub struct GstMpegtsEIT { pub transport_stream_id: u16, pub original_network_id: u16, pub segment_last_section_number: u8, pub last_table_id: u8, pub actual_stream: gboolean, pub present_following: gboolean, pub events: *mut GPtrArray, }
Fields
transport_stream_id: u16
original_network_id: u16
segment_last_section_number: u8
last_table_id: u8
actual_stream: gboolean
present_following: gboolean
events: *mut GPtrArray
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsEIT
impl !Send for GstMpegtsEIT
impl !Sync for GstMpegtsEIT
impl Unpin for GstMpegtsEIT
impl UnwindSafe for GstMpegtsEIT
Blanket Implementations
Mutably borrows from an owned value. Read more