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