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: u8
pid: u16
descriptors: *mut GPtrArray
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsPMTStream
impl !Send for GstMpegtsPMTStream
impl !Sync for GstMpegtsPMTStream
impl Unpin for GstMpegtsPMTStream
impl UnwindSafe for GstMpegtsPMTStream
Blanket Implementations
Mutably borrows from an owned value. Read more