Struct gstreamer_mpegts_sys::GstMpegtsSIT [−][src]
#[repr(C)]pub struct GstMpegtsSIT { pub descriptors: *mut GPtrArray, pub services: *mut GPtrArray, }
Fields
descriptors: *mut GPtrArray
services: *mut GPtrArray
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsSIT
impl !Send for GstMpegtsSIT
impl !Sync for GstMpegtsSIT
impl Unpin for GstMpegtsSIT
impl UnwindSafe for GstMpegtsSIT
Blanket Implementations
Mutably borrows from an owned value. Read more