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