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: u16pid: u16version_number: u8number_bytes: u32descriptors: *mut GPtrArrayTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsAtscMGTTableimpl !Send for GstMpegtsAtscMGTTableimpl !Sync for GstMpegtsAtscMGTTableimpl Unpin for GstMpegtsAtscMGTTableimpl UnwindSafe for GstMpegtsAtscMGTTableBlanket Implementations
Mutably borrows from an owned value. Read more