Struct gstreamer_mpegts_sys::GstMpegtsSITService [−][src]
#[repr(C)]pub struct GstMpegtsSITService { pub service_id: u16, pub running_status: GstMpegtsRunningStatus, pub descriptors: *mut GPtrArray, }
Fields
service_id: u16running_status: GstMpegtsRunningStatusdescriptors: *mut GPtrArrayTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsSITServiceimpl !Send for GstMpegtsSITServiceimpl !Sync for GstMpegtsSITServiceimpl Unpin for GstMpegtsSITServiceimpl UnwindSafe for GstMpegtsSITServiceBlanket Implementations
Mutably borrows from an owned value. Read more