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