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