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