Struct GstMpegtsEIT
Source#[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§
Source§impl Clone for GstMpegtsEIT
impl Clone for GstMpegtsEIT
Source§fn clone(&self) -> GstMpegtsEIT
fn clone(&self) -> GstMpegtsEIT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GstMpegtsEIT
impl Debug for GstMpegtsEIT
impl Copy for GstMpegtsEIT
Auto Trait Implementations§
impl Freeze for GstMpegtsEIT
impl RefUnwindSafe for GstMpegtsEIT
impl !Send for GstMpegtsEIT
impl !Sync for GstMpegtsEIT
impl Unpin for GstMpegtsEIT
impl UnwindSafe for GstMpegtsEIT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more