Struct gstreamer_mpegts_sys::GstMpegtsNIT [−][src]
#[repr(C)]pub struct GstMpegtsNIT { pub actual_network: gboolean, pub network_id: u16, pub descriptors: *mut GPtrArray, pub streams: *mut GPtrArray, }
Fields
actual_network: gbooleannetwork_id: u16descriptors: *mut GPtrArraystreams: *mut GPtrArrayTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsNITimpl !Send for GstMpegtsNITimpl !Sync for GstMpegtsNITimpl Unpin for GstMpegtsNITimpl UnwindSafe for GstMpegtsNITBlanket Implementations
Mutably borrows from an owned value. Read more