Struct gstreamer_mpegts_sys::GstMpegtsBATStream [−][src]
#[repr(C)]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 GPtrArray
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsBATStream
impl !Send for GstMpegtsBATStream
impl !Sync for GstMpegtsBATStream
impl Unpin for GstMpegtsBATStream
impl UnwindSafe for GstMpegtsBATStream
Blanket Implementations
Mutably borrows from an owned value. Read more