Struct gstreamer_mpegts_sys::GstMpegtsNIT
source · #[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§
source§impl Clone for GstMpegtsNIT
impl Clone for GstMpegtsNIT
source§fn clone(&self) -> GstMpegtsNIT
fn clone(&self) -> GstMpegtsNIT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more