Struct gstreamer_mpegts_sys::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 copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)