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: u16original_network_id: u16segment_last_section_number: u8last_table_id: u8actual_stream: gbooleanpresent_following: gbooleanevents: *mut GPtrArrayTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsEITimpl !Send for GstMpegtsEITimpl !Sync for GstMpegtsEITimpl Unpin for GstMpegtsEITimpl UnwindSafe for GstMpegtsEITBlanket Implementations
Mutably borrows from an owned value. Read more