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