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: u8tables_defined: u16tables: *mut GPtrArraydescriptors: *mut GPtrArrayTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsAtscMGTimpl !Send for GstMpegtsAtscMGTimpl !Sync for GstMpegtsAtscMGTimpl Unpin for GstMpegtsAtscMGTimpl UnwindSafe for GstMpegtsAtscMGTBlanket Implementations
Mutably borrows from an owned value. Read more