Struct gstreamer_mpegts_sys::GstMpegtsPMTStream [−][src]
#[repr(C)]pub struct GstMpegtsPMTStream { pub stream_type: u8, pub pid: u16, pub descriptors: *mut GPtrArray, }
Fields
stream_type: u8pid: u16descriptors: *mut GPtrArrayTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsPMTStreamimpl !Send for GstMpegtsPMTStreamimpl !Sync for GstMpegtsPMTStreamimpl Unpin for GstMpegtsPMTStreamimpl UnwindSafe for GstMpegtsPMTStreamBlanket Implementations
Mutably borrows from an owned value. Read more