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: u16original_network_id: u16descriptors: *mut GPtrArrayTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsBATStreamimpl !Send for GstMpegtsBATStreamimpl !Sync for GstMpegtsBATStreamimpl Unpin for GstMpegtsBATStreamimpl UnwindSafe for GstMpegtsBATStreamBlanket Implementations
Mutably borrows from an owned value. Read more