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