Struct gstreamer_mpegts::GstMpegtsBATStream
source · pub struct GstMpegtsBATStream {
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 GPtrArrayTrait Implementations§
source§impl Clone for GstMpegtsBATStream
impl Clone for GstMpegtsBATStream
source§fn clone(&self) -> GstMpegtsBATStream
fn clone(&self) -> GstMpegtsBATStream
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