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: u16original_network_id: u16descriptors: *mut GPtrArrayTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsNITStreamimpl !Send for GstMpegtsNITStreamimpl !Sync for GstMpegtsNITStreamimpl Unpin for GstMpegtsNITStreamimpl UnwindSafe for GstMpegtsNITStreamBlanket Implementations
Mutably borrows from an owned value. Read more